added CORS_ORIGINS env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user