From 39feb28b8fd7bbb778e2083f9fe5310188faa345 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Fri, 21 May 2021 09:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.go | 1 + conf/config.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/config.go b/conf/config.go index 12040ca..42d06de 100644 --- a/conf/config.go +++ b/conf/config.go @@ -26,6 +26,7 @@ type EnvConfig struct { AndonTouchOff string `yaml:"andontouchoff"` PortalGetTimeUrl string `yaml:"portalgettimeurl"` PortalPostFileUrl string `yaml:"portalpostfileurl"` + PortalHost string `yaml:"portalhost"` } //read yaml config diff --git a/conf/config.yaml b/conf/config.yaml index e6ac796..a469386 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -27,4 +27,5 @@ outbox: D:\Go\gopath\src\leit.com\lapp_-gaas_-gframe\doc\Outbox # mes andon url andontouchoff: http://10.84.128.80:4000/Features/API/Andon/api/WebCmd/AndonRequest portalgettimeurl: http://101.201.121.115:8097/admin/log/artdemandlst/selectlastmodify -portalpostfileurl: http://101.201.121.115:8097/admin/log/artdemandlst/synchronous \ No newline at end of file +portalpostfileurl: http://101.201.121.115:8097/admin/log/artdemandlst/synchronous +portalhost: 101.201.121.115:8097 \ No newline at end of file