From 38f9ee907eadf424995148c12afd41d16adf8b93 Mon Sep 17 00:00:00 2001 From: yuan_rh <545873205@qq.com> Date: Fri, 2 Apr 2021 10:51:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E4=B8=BA=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index de9c4dd..00b5609 100644 --- a/config/config.go +++ b/config/config.go @@ -24,7 +24,7 @@ var ServerIpfsUrl = "10.240.10.238:5001" var UpdaterName ="LOCKINGæ›´æ–°.exe" var EtcdUrl="127.0.0.1:2379" -var ServerUrl = "http://www.lockingos.org:9003" +var ServerUrl = "http://www.lockingos.org:9000" var GobalWatch *fsnotify.Watcher