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

Fix cors

parent a378d8db
Branches
Tags
No related merge requests found
# Configuration file # Configuration file
# Quarkus cors settings # Quarkus cors settings
quarkus.http.cors=true quarkus.http.cors=true
quarkus.http.cors.origins=http://localhost:8081 quarkus.http.cors.origins=http://localhost:8081,http://localhost:80
quarkus.http.cors.headers=accept, authorization, content-type, x-requested-with 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 # Amount of threads for calculating the verifications
verifier.threads=8 verifier.threads=8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment