openIM_v2

This commit is contained in:
wenxu12345
2022-02-23 10:31:11 +08:00
parent 34695f2aa3
commit 8f5b5ab0f9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# The class cannot be named by Pascal or camel case.
# If it is not used, the corresponding structure will not be set,
# and it will not be read naturally.
serverversion: 1.0.3
serverversion: 2.0.0
#---------------Infrastructure configuration---------------------#
etcd:
etcdSchema: openIM
@@ -11,7 +11,7 @@ mysql:
dbMysqlAddress: [ 127.0.0.1:13306 ]
dbMysqlUserName: root
dbMysqlPassword: openIM
dbMysqlDatabaseName: openIM
dbMysqlDatabaseName: openIM_v2
dbTableName: eMsg
dbMsgTableNum: 1
dbMaxOpenConns: 20