mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
合理化程序集,服务器Logic无需共享的代码存放解决方案目录,无需走Unity目录
合理化程序集,服务器Logic无需共享的代码存放解决方案目录,无需走Unity目录
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
{
|
||||
"List": [
|
||||
{
|
||||
"Id": 1,
|
||||
"WorldName": "测试服",
|
||||
"DbConnection": "mongodb://root:root@127.0.0.1",
|
||||
"DbName": "tengine_main",
|
||||
"DbType": "MongoDB",
|
||||
"IsGameWorld": true
|
||||
}
|
||||
]
|
||||
}
|
||||
{"List":[
|
||||
{"Id":1,"WorldName":"测试服","DbConnection":"mongodb://1.12.241.46:27017/","DbName":"tengine_test","DbType":"MongoDB","IsGameWorld":true}
|
||||
]}
|
||||
|
Reference in New Issue
Block a user