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

Merge branch 'feat/quarkus/cors' into feat/dmnapp/purehtmljs

parents 941142a6 7dd80d69
No related branches found
No related tags found
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,http://localhost:80 %dev.quarkus.http.cors.origins=http://localhost:8081,http://192.168.2.109:8081
quarkus.http.cors.origins=http://localhost,http://dmn.fg-bks.uni-koblenz.de,http://141.26.209.83
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
# No parallel execution in dev mode # No parallel execution in dev mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment