From bfbcfc3e66b29fa55665163f28d69bcdba8db993 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 7 Mar 2026 13:05:43 +0000 Subject: [PATCH] Updated production vars. --- config.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 4411f61..a9b7fdc 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,12 @@ "server": { "port": 9090, "logLevel": "trace", - "corsOrigins": ["https://web.farmcontrol.app", "https://dev.tombutcher.work", "http://localhost:5173", "http://localhost:3000"] + "corsOrigins": [ + "https://web.farmcontrol.app", + "https://dev.tombutcher.work", + "http://localhost:5173", + "http://localhost:3000" + ] }, "auth": { "enabled": true, @@ -69,7 +74,7 @@ }, "database": { "mongo": { - "url": "mongodb://localhost:27017/farmcontrol" + "url": "mongodb://192.168.68.38:27017/farmcontrol" }, "redis": { "host": "localhost",