From a6872e9fd348d9f82c740bb92dad557c117da1a4 Mon Sep 17 00:00:00 2001 From: changpengfei Date: Sat, 11 Sep 2021 08:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=BF=94=E5=9B=9E=E7=8E=AF=E4=BF=A1=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talkonlineweb/src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/talkonlineweb/src/main/resources/application.yml b/talkonlineweb/src/main/resources/application.yml index 5f01404..c9425c0 100644 --- a/talkonlineweb/src/main/resources/application.yml +++ b/talkonlineweb/src/main/resources/application.yml @@ -29,4 +29,6 @@ hx.APPKEY: 1135210903239178#demo hx.ClientID: YXA65kqQUy4pQaqHb3pwXwfnrA hx.ClientSecret: YXA6RZaIr68MPPLcvqUnYxpqEkAEj6w hx.org_name: 1135210903239178 -hx.app_name: demo \ No newline at end of file +hx.app_name: demo +hx.hxuser: test +hx.hxpasswd: passwd \ No newline at end of file -- 1.8.3.1