Skip to content

Commit

Permalink
Merge pull request #92 from alliance-genome/SCRUM-2820
Browse files Browse the repository at this point in the history
Updated cors... again
  • Loading branch information
oblodgett authored Oct 5, 2023
2 parents 5fbd43e + f915c84 commit 4edc981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.properties.defaults
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
quarkus.http.host=0.0.0.0
quarkus.http.cors=false
quarkus.http.cors=true
quarkus.http.cors.origins=/.*/

# The max-body-size needs to be unset
# it defaults to something too small for DQM submissions
Expand Down

0 comments on commit 4edc981

Please sign in to comment.