Files
TEngine/DotNet/App/TEngineSettings.json

78 lines
3.1 KiB
JSON

{
"Export": {
"ProtoBufTemplatePath": {
"Value": "../../../Config/Template/ProtoTemplate.txt",
"Comment": "ProtoBuf生成代码模板的位置"
},
"ProtoBufDirectory": {
"Value": "../../../Config/ProtoBuf/",
"Comment": "ProtoBuf文件所在的位置文件夹位置"
},
"ProtoBufServerDirectory": {
"Value": "../../../Logic/src/Generate/NetworkProtocol/",
"Comment": "ProtoBuf生成到服务端的文件夹位置"
},
"ProtoBufClientDirectory": {
"Value": "../../../../Assets/GameScripts/HotFix/GameProto/GameProtocol/",
"Comment": "ProtoBuf生成到客户端的文件夹位置"
},
"ExcelProgramPath": {
"Value": "../../../Config/Excel/",
"Comment": "Excel配置文件根目录"
},
"ExcelVersionFile": {
"Value": ".../../../../../Config/Excel/Version.txt",
"Comment": "Excel版本文件的位置"
},
"ExcelServerFileDirectory": {
"Value": "../../../Logic/src/Generate/ConfigTable/Entity/",
"Comment": "Excel生成服务器代码的文件夹位置"
},
"ExcelClientFileDirectory": {
"Value": "../../../Config/Client/Entity/",
"Comment": "Excel生成客户端代码文件夹位置"
},
"ExcelServerBinaryDirectory": {
"Value": "../../../Config/Binary/",
"Comment": "Excel生成服务器二进制数据文件夹位置"
},
"ExcelClientBinaryDirectory": {
"Value": "../../Config/Client/Binary/",
"Comment": "Excel生成客户端二进制数据文件夹位置"
},
"ExcelServerJsonDirectory": {
"Value": "../../../Config/Json/Server/",
"Comment": "Excel生成服务器Json数据文件夹位置"
},
"ExcelClientJsonDirectory": {
"Value": "../../../Config/Json/Client/",
"Comment": "Excel生成客户端Json数据文件夹位置"
},
"ExcelTemplatePath": {
"Value": "../../../Config/Template/ExcelTemplate.txt",
"Comment": "Excel生成代码模板的位置"
},
"ServerCustomExportDirectory": {
"Value": "../../../Logic/src/Generate/CustomExport/",
"Comment": "服务器自定义导出代码文件夹位置"
},
"ClientCustomExportDirectory": {
"Value": "../../Client/Unity/Assets/Scripts/Hotfix/Generate/CustomExport/",
"Comment": "客户端自定义导出代码文件夹位置"
},
"CustomExportAssembly": {
"Value": "Logic",
"Comment": "自定义导出代码存放的程序集"
}
},
"Network": {
"SessionIdleCheckerInterval": {
"Value": 10000,
"Comment": "每隔多久检查一个Session的对话时间"
},
"SessionIdleCheckerTimeout": {
"Value": 30000,
"Comment": "距上一次接收对话的时间如果超过设定的时间会自定断开Session"
}
}
}