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": {
|
"server": {
|
||||||
"port": 9090,
|
"port": 9090,
|
||||||
"logLevel": "trace",
|
"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": {
|
"auth": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
@ -69,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
"mongo": {
|
"mongo": {
|
||||||
"url": "mongodb://localhost:27017/farmcontrol"
|
"url": "mongodb://192.168.68.38:27017/farmcontrol"
|
||||||
},
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user