From 14cb037ef4c958767504f1479a683f6a182f8acf Mon Sep 17 00:00:00 2001 From: ice Date: Tue, 26 Oct 2021 23:38:22 +0800 Subject: [PATCH] fix: WebIM HTTPAddr conf: from http server Running on http://:8089 to http server Running on http://localhost:8088 --- WebIM/conf/app.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebIM/conf/app.conf b/WebIM/conf/app.conf index 14e5b57..a49e6ae 100644 --- a/WebIM/conf/app.conf +++ b/WebIM/conf/app.conf @@ -1,3 +1,5 @@ appname = Web IM -lang_types = en-US|zh-CN \ No newline at end of file +lang_types = en-US|zh-CN + +HTTPAddr = localhost