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",