Remove now optional apiAllowedIPs option

This commit is contained in:
2026-01-16 08:23:31 +01:00
parent 32319adf72
commit 76139ef53c

View File

@@ -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
}
}