Skip to content

Commit ea9893c

Browse files
chore: rename property to QUARKUS_HTTP_CORS_ENABLED (#124)
1 parent 46d9e3d commit ea9893c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ REMS_SMTP_DEBUG=True
9393
# Common Quarkus
9494
QUARKUS_OIDC_AUTH_SERVER_URL=http://keycloak:8080/realms/gdi
9595
QUARKUS_OIDC_CLIENT_ID=gdi
96-
QUARKUS_HTTP_CORS=true
96+
QUARKUS_HTTP_CORS_ENABLED=true
9797
QUARKUS_HTTP_CORS_ORIGINS=https://${DISCOVER_HOSTNAME},https://${CATALOGUE_HOSTNAME},https://${DAAM_HOSTNAME},https://${ID_HOSTNAME},http://localhost:3000
9898
QUARKUS_HTTP_CORS_HEADERS=accept, authorization, content-type, x-requested-with
9999
QUARKUS_HTTP_CORS_METHODS=POST, OPTIONS, GET

0 commit comments

Comments
 (0)