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

Set cors filter config for local dev and production

parent b0e37b5a
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
%dev.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
......
let rootUrl = 'http://localhost:8080/'; let rootUrl = 'http://192.168.2.109:8080/';
let dmnApi = rootUrl + 'api/dmn/'; let dmnApi = rootUrl + 'api/dmn/';
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment