From 8338dd3a60283ecd0989af1bf253f6c0edb53d95 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 30 Apr 2025 11:16:46 +0800 Subject: [PATCH] fix> ... --- restagent/etc/restconf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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