Using port 6543 now only for local development
This commit is contained in:
parent
19374563ec
commit
e75d761b78
|
@ -1,4 +1,9 @@
|
|||
quarkus.http.port=6543
|
||||
quarkus.http.cors=true
|
||||
|
||||
# HTTP port settings (for production and dev)
|
||||
|
||||
quarkus.http.port=8080
|
||||
%dev.quarkus.http.port=6543
|
||||
|
||||
quarkus.native.enable-https-url-handler=true
|
||||
quarkus.native.enable-all-security-services=true
|
Loading…
Reference in New Issue