diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 401b0f8..760a229 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ quarkus.http.root-path=/api -quarkus.http.port=8089 quarkus.http.test-port=9089 -%dev.quarkus.http.host=0.0.0.0 +quarkus.http.host=0.0.0.0 +%dev.quarkus.http.port=8089 quarkus.http.cors.enabled=true %dev.quarkus.http.cors.origins=/.*/