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": {
|
||||
"server": {
|
||||
"port": 8081,
|
||||
"logLevel": "info"
|
||||
"logLevel": "info",
|
||||
"corsOrigins": ["https://web.farmcontrol.app"]
|
||||
},
|
||||
"auth": {
|
||||
"enabled": true,
|
||||
@ -76,4 +77,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user