Refactor
All checks were successful
build docker image / docker-build (push) Successful in 47s

This commit is contained in:
2025-02-13 19:03:02 +02:00
parent fb7324d348
commit e18452f2b6
6 changed files with 16 additions and 14 deletions

10
data-conf/conf.json Normal file
View File

@ -0,0 +1,10 @@
{
"title": "Script Server",
"access": {
"admin_users": [ "*" ]
},
"logging": {
"execution_file": "$DATE-$ID.log",
"execution_date_format": "%y-%m-%d_%H-%M"
}
}