added CORS_ORIGINS env

This commit is contained in:
2025-03-04 22:03:24 +01:00
parent 37daa1f566
commit cca44468b1

View File

@@ -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