mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 17:51:46 +01:00
Fix logic for findFiles() and keep archive worker
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"main": {
|
||||
"addr": "127.0.0.1:8080",
|
||||
"apiAllowedIPs": ["*"]
|
||||
"apiAllowedIPs": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
"cron": {
|
||||
"commit-job-worker": "1m",
|
||||
@@ -19,4 +21,4 @@
|
||||
},
|
||||
"retention-in-memory": "48h"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user