Skip to content
Snippets Groups Projects
application.properties 251 B
Newer Older
# Configuration file
%dev.hello=hello my
hello=hello world

quarkus.http.cors=true
quarkus.http.cors.origins=http://localhost:8081
quarkus.http.cors.headers=accept, authorization, content-type, x-requested-with
quarkus.http.cors.methods=GET, OPTIONS