🚧 Make dev port scoped
This commit is contained in:
parent
25f03d052d
commit
99cdd0fe5d
@ -1,7 +1,7 @@
|
|||||||
quarkus.http.root-path=/api
|
quarkus.http.root-path=/api
|
||||||
quarkus.http.port=8089
|
|
||||||
quarkus.http.test-port=9089
|
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
|
quarkus.http.cors.enabled=true
|
||||||
%dev.quarkus.http.cors.origins=/.*/
|
%dev.quarkus.http.cors.origins=/.*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user