summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-server/src/main/resources/application.properties')
-rw-r--r--opendc-web/opendc-web-server/src/main/resources/application.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-server/src/main/resources/application.properties b/opendc-web/opendc-web-server/src/main/resources/application.properties
index 40933304..0f47db30 100644
--- a/opendc-web/opendc-web-server/src/main/resources/application.properties
+++ b/opendc-web/opendc-web-server/src/main/resources/application.properties
@@ -20,6 +20,7 @@
# Enable CORS
quarkus.http.cors=true
+quarkus.http.cors.origins=http://localhost:3000,https://opendc.org
# Security
quarkus.oidc.enabled=${opendc.security.enabled}