diff --git a/config.json b/config.json index 4fa1954..4afb0c4 100644 --- a/config.json +++ b/config.json @@ -54,7 +54,8 @@ "production": { "server": { "port": 8081, - "logLevel": "info" + "logLevel": "info", + "corsOrigins": ["https://web.farmcontrol.app"] }, "auth": { "enabled": true, @@ -76,4 +77,4 @@ } } } -} \ No newline at end of file +}