From 76139ef53c0ee6bc1293edc6f62559db3feb3d18 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 16 Jan 2026 08:23:31 +0100 Subject: [PATCH] Remove now optional apiAllowedIPs option --- configs/config-demo.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configs/config-demo.json b/configs/config-demo.json index 18688378..7d36f19f 100644 --- a/configs/config-demo.json +++ b/configs/config-demo.json @@ -1,9 +1,6 @@ { "main": { - "addr": "127.0.0.1:8080", - "apiAllowedIPs": [ - "*" - ] + "addr": "127.0.0.1:8080" }, "cron": { "commit-job-worker": "1m", @@ -22,4 +19,5 @@ "retention-in-memory": "48h", "memory-cap": 100 } -} \ No newline at end of file +} +