feat(DBServer): 修改数据服务监听地址
- 将 DBService 的 Address 从 "127.0.0.1" 修改为 "0.0.0.0
This commit is contained in:
@@ -10,7 +10,7 @@ DBServer = {
|
||||
|
||||
--监听:数据服务
|
||||
DBService = {
|
||||
Address = "127.0.0.1",
|
||||
Address = "0.0.0.0",
|
||||
Port = 10319,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user