This commit is contained in:
simon
2025-04-30 11:16:46 +08:00
parent 3e4b9819dc
commit 8338dd3a60

View File

@@ -20,10 +20,10 @@ pprof:
rest: rest:
- ipv4: 0.0.0.0 - ipv4: 0.0.0.0
ipv6: ipv6:
port: 33040 port: 43030
- ipv4: 0.0.0.0 - ipv4: 0.0.0.0
ipv6: ipv6:
port: 33443 port: 43443
schema: https schema: https
clientAuthType: 0 clientAuthType: 0
caFile: ./etc/certs/omc-ca.crt caFile: ./etc/certs/omc-ca.crt
@@ -34,9 +34,9 @@ webServer:
enabled: false enabled: false
rootDir: d:/omc.git/fe.ems.vue3/dist # front-end build dist directory rootDir: d:/omc.git/fe.ems.vue3/dist # front-end build dist directory
listen: listen:
- addr: :80 - addr: :8080
schema: http schema: http
- addr: :443 - addr: :8443
schema: https schema: https
clientAuthType: 0 clientAuthType: 0
caFile: ./etc/certs/omc-ca.crt caFile: ./etc/certs/omc-ca.crt