Update für Persistenz
This commit is contained in:
10
tasks.json
10
tasks.json
@@ -3,21 +3,19 @@
|
||||
"username": "admin",
|
||||
"password": "change-me",
|
||||
"scripts_dir": "C:\\scripts",
|
||||
"csrf_secret": "ersetzenMitEigenemSecret",
|
||||
"tasks": [
|
||||
{
|
||||
"name": "Nacht-Backup",
|
||||
"path": "C:\\scripts\\backup.ps1",
|
||||
"interval": "24h",
|
||||
"enabled": true,
|
||||
"timeout": "2h"
|
||||
},
|
||||
{
|
||||
"name": "IIS-Log-Rotation",
|
||||
"path": "C:\\scripts\\rotate.ps1",
|
||||
"interval": "0",
|
||||
"enabled": false,
|
||||
"interval": "5m",
|
||||
"timeout": "30m"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"csrf_secret": "ersetzenMitEigenemSecret"
|
||||
}
|
||||
Reference in New Issue
Block a user