Skip to content

Commit

Permalink
repair flux compensator (fix cors)
Browse files Browse the repository at this point in the history
  • Loading branch information
thwbh authored Nov 8, 2024
1 parent 2312a81 commit abd7fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ quarkus.http.auth.permission.form.paths=/
quarkus.http.auth.permission.form.policy=authenticated

quarkus.http.cors=true
quarkus.http.cors.origins=https://www.tohuwabohu.io,https://blog.tohuwabohu.io,https://kamfiusen.tohuwabohu.io
quarkus.http.cors.origins=https://www.tohuwabohu.io,https://blog.tohuwabohu.io,https://kamifusen.tohuwabohu.io

# dev config
%dev.quarkus.http.cors=true
Expand All @@ -45,4 +45,4 @@ quarkus.http.cors.origins=https://www.tohuwabohu.io,https://blog.tohuwabohu.io,h
%dev.quarkus.live-reload.instrumentation=true
%dev.quarkus.hibernate-orm.database.generation=drop-and-create
%dev.quarkus.http.auth.session.encryption-key=encryption-key-3000
%dev.quarkus.log.level=DEBUG
%dev.quarkus.log.level=DEBUG

0 comments on commit abd7fa9

Please sign in to comment.