diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2fc89d5..e657f40 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,7 +9,7 @@ quarkus.hibernate-orm.log.highlight-sql=false quarkus.hibernate-orm.log.sql=false quarkus.http.cors=true -quarkus.http.cors.origins=* +quarkus.http.cors.origins=${CORS_ORIGINS} quarkus.http.cors.methods=GET,POST,OPTIONS,DELETE,PUT # Mailer configuratie