Skip to content

Commit

Permalink
Update CORS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen committed Jan 17, 2025
1 parent 3b075d7 commit 6f6a159
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ cron.expr=*/10 * * * * ?
%dev.quarkus.http.port=8083
%dev.quarkus.http.host=0.0.0.0
quarkus.http.cors=true
quarkus.http.cors.origins=http://localhost:4200
%dev.quarkus.http.cors.origins=/.*/
quarkus.http.cors.origins=http://localhost:4200,http://localhost:8080,https://samoa.se.informatik.uni-kiel.de,https://explorviz.sustainkieker.kieker-monitoring.net
quarkus.http.cors.methods=GET,PUT,POST,DELETE
quarkus.http.cors.access-control-max-age=24H
quarkus.http.cors.access-control-allow-credentials=true
quarkus.http.test-port=8197
quarkus.http.enable-compression=true

###############
## Cassandra ##
Expand Down

0 comments on commit 6f6a159

Please sign in to comment.