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": {
|
||||
"addr": "127.0.0.1:8080",
|
||||
"apiAllowedIPs": [
|
||||
"*"
|
||||
]
|
||||
"addr": "127.0.0.1:8080"
|
||||
},
|
||||
"cron": {
|
||||
"commit-job-worker": "1m",
|
||||
@@ -23,3 +20,4 @@
|
||||
"memory-cap": 100
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user