From 26a15d3ce188a05a1aceea83fa2b0cd8715b3247 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 14 Nov 2023 09:09:45 +0800 Subject: [PATCH] fix: ims parameter config update --- config/param/ims_param_config.yaml | 4 ++-- restagent/etc/restconf.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/param/ims_param_config.yaml b/config/param/ims_param_config.yaml index 386acaf6..b3d0c370 100644 --- a/config/param/ims_param_config.yaml +++ b/config/param/ims_param_config.yaml @@ -28,7 +28,7 @@ ims: value: "172.16.5.110" access: "read-write" filter: '' - display: "Service IP" + display: "Service IPv4" comment: "" - name: "serviceIPv6" type: "ipv6" @@ -112,7 +112,7 @@ ims: value: "" access: "read-write" filter: '' - display: "Dispatch System IP" + display: "Dispatch System IPv4" comment: "" diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index 65cd05dc..673cf283 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -26,7 +26,7 @@ webServer: enabled: true rootDir: d:/local.git/fe.ems.vue3/dist listen: - - addr: :8080 + - addr: :80 schema: http - addr: :8443 scheme: https