From e4c5cfba611e656d134f8fd678895e4ee69005ec Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 24 Jun 2021 15:18:29 +0800 Subject: [PATCH] aa --- conf/app.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/app.conf b/conf/app.conf index 524d44981..11ded8b04 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -11,4 +11,6 @@ routinePoolSize = 1000 [api] httpport = 8889 -EnableDocs = true \ No newline at end of file +EnableDocs = true + +dbConnectStr = "root:WebServer@1@tcp(127.0.0.1:3306)/api?charset=utf8mb4&loc=Local&parseTime=true"