Skip to content
Snippets Groups Projects
Commit b0e37b5a authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Set cors for dev to "all", so that in production mode all origins are allowed

parent fe86d5a1
No related branches found
No related tags found
No related merge requests found
# Configuration file
# Quarkus cors settings
quarkus.http.cors=true
quarkus.http.cors.origins=http://localhost:8081,http://localhost:80
%dev.quarkus.http.cors.origins=http://localhost:8081,http://localhost:80
quarkus.http.cors.headers=accept,authorization,content-type,x-requested-with
quarkus.http.cors.methods=GET, POST, OPTIONS
quarkus.http.cors.methods=GET,POST,OPTIONS
# Amount of threads for calculating the verifications
verifier.threads=8
# No parallel execution in dev mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment