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