Updated production vars.
All checks were successful
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-03-07 13:05:43 +00:00
parent a955def849
commit bfbcfc3e66

View File

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