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"