Added correct cors origin.
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
ab70b6e11e
commit
ddf230a20a
@ -54,7 +54,8 @@
|
|||||||
"production": {
|
"production": {
|
||||||
"server": {
|
"server": {
|
||||||
"port": 8081,
|
"port": 8081,
|
||||||
"logLevel": "info"
|
"logLevel": "info",
|
||||||
|
"corsOrigins": ["https://web.farmcontrol.app"]
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user