Updated production vars.
All checks were successful
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ws/pipeline/head This commit looks good
This commit is contained in:
parent
a955def849
commit
bfbcfc3e66
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user