We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d9e3d commit ea9893cCopy full SHA for ea9893c
.env
@@ -93,7 +93,7 @@ REMS_SMTP_DEBUG=True
93
# Common Quarkus
94
QUARKUS_OIDC_AUTH_SERVER_URL=http://keycloak:8080/realms/gdi
95
QUARKUS_OIDC_CLIENT_ID=gdi
96
-QUARKUS_HTTP_CORS=true
+QUARKUS_HTTP_CORS_ENABLED=true
97
QUARKUS_HTTP_CORS_ORIGINS=https://${DISCOVER_HOSTNAME},https://${CATALOGUE_HOSTNAME},https://${DAAM_HOSTNAME},https://${ID_HOSTNAME},http://localhost:3000
98
QUARKUS_HTTP_CORS_HEADERS=accept, authorization, content-type, x-requested-with
99
QUARKUS_HTTP_CORS_METHODS=POST, OPTIONS, GET
0 commit comments