This commit is contained in:
Looly 2022-03-15 01:14:05 +08:00
parent 3f4079bced
commit 23e21f8f9f

View File

@ -13,8 +13,8 @@ socketKeepAlive=false
#---------------------------------- MongoDB实例连接 #---------------------------------- MongoDB实例连接
[master] [master]
host = 127.0.0.1:27017 host = localhost:27017
[slave] [slave]
host = 127.0.0.1:27018 host = localhost:27018
#----------------------------------------------------- #-----------------------------------------------------