From 0ff70a05ac963399550ee32afb6cd5065a7d2402 Mon Sep 17 00:00:00 2001 From: Tom Broughton Date: Fri, 27 Oct 2023 10:10:41 +0100 Subject: [PATCH] missing quotes so thought was literarl --- app/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index f2d1902..daa9504 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -9,7 +9,7 @@ "origins": ["localhost:2222"] }, "ipfilter": { - allowed_ips: ['127.21.0.1'] + "allowed_ips": ['127.21.0.1'] }, "user": { "name": "aer",