From 2d1a9547d4056a1c91e13491ff4b0277ba016a5e Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 22 Jun 2026 15:42:37 -0400 Subject: [PATCH] Update gateway URL in production config --- conf/production.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/production.json b/conf/production.json index 1c14106..0a94ba6 100644 --- a/conf/production.json +++ b/conf/production.json @@ -3,6 +3,9 @@ "port": 8089, "host": "0.0.0.0" }, + "gateway": { + "url": "http://192.168.100.201:8000" + }, "auth": { "disabled": false, "ldap": {