mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 09:41:47 +01:00
Remove now optional apiAllowedIPs option
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"addr": "127.0.0.1:8080",
|
"addr": "127.0.0.1:8080"
|
||||||
"apiAllowedIPs": [
|
|
||||||
"*"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"cron": {
|
"cron": {
|
||||||
"commit-job-worker": "1m",
|
"commit-job-worker": "1m",
|
||||||
@@ -22,4 +19,5 @@
|
|||||||
"retention-in-memory": "48h",
|
"retention-in-memory": "48h",
|
||||||
"memory-cap": 100
|
"memory-cap": 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user