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

remove unused quarkus configs

parent 5ba1e7e1
No related branches found
No related tags found
No related merge requests found
# Configuration file
quarkus.http.port=80
%dev.quarkus.http.port=8081
# Quarkus cors settings
quarkus.http.cors=true
quarkus.http.cors.origins=http://localhost:8080
quarkus.http.cors.headers=accept, authorization, content-type, x-requested-with
quarkus.http.cors.methods=GET, POST, OPTIONS
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