61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"tx": {
|
|
"TxSkeletonName": "github.com/idealeak/goserver/srvlib/txcommskeleton"
|
|
},
|
|
"module": {
|
|
"Options": {
|
|
"QueueBacklog": 1024,
|
|
"MaxDone": 1024,
|
|
"Interval": 100
|
|
}
|
|
},
|
|
"executor": {
|
|
"Options": {
|
|
"QueueBacklog": 1024,
|
|
"MaxDone": 1024,
|
|
"Interval": 31004
|
|
},
|
|
"Worker": {
|
|
"WorkerCnt": 8,
|
|
"Options": {
|
|
"QueueBacklog": 1024,
|
|
"MaxDone": 1024,
|
|
"Interval": 0
|
|
}
|
|
}
|
|
},
|
|
"timer": {
|
|
"Options": {
|
|
"QueueBacklog": 1024,
|
|
"MaxDone": 1024,
|
|
"Interval": 100
|
|
}
|
|
},
|
|
"cmdline": {
|
|
"SupportCmdLine": true
|
|
},
|
|
"signal": {
|
|
"SupportSignal": true
|
|
},
|
|
"cmgo": {
|
|
"CfgFile": "./etc/mgo.json"
|
|
},
|
|
"common": {
|
|
"AppId": "5c56d1644966f078bfb90c71",
|
|
"IsDevMode": true
|
|
},
|
|
"costum": {
|
|
"MgoRpcCliNet": "tcp",
|
|
"MgoRpcCliAddr": "127.0.0.1:8999",
|
|
"RabbitMQURL": "amqp://win88:123456@127.0.0.1:5672/win88",
|
|
"RMQExchange": "win88",
|
|
"RMQQosPrefetchCount": 2,
|
|
"RMQQosPrefetchSize": 0,
|
|
"RMQQosGlobal": true,
|
|
"etcdurl": [
|
|
"127.0.0.1:2379"
|
|
],
|
|
"etcduser": "",
|
|
"etcdpwd": ""
|
|
}
|
|
} |