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": { "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
} }
} }