Skip to content

Instantly share code, notes, and snippets.

@lekdw
Created December 6, 2014 15:57
Show Gist options
  • Save lekdw/70ea952d28c2cad413f6 to your computer and use it in GitHub Desktop.
Save lekdw/70ea952d28c2cad413f6 to your computer and use it in GitHub Desktop.
{
"app":{
"id":1,
"name":"book-gs1",
"version":"0.0.1"
},
"httpServer":{
"ip":"127.0.0.1",
"port":1005,
"bossThread":4,
"workerThread":20,
"readTimeout":5
},
"couchbase":{
"urls":[
"http://127.0.0.1:8091/pools"
],
"bucket":"default",
"designDoc":"game",
"opTimeout":3000,
"viewTimeout":5000,
"viewWorkerSize":50,
"viewConnsPerNode":20
},
"mysql":{
"sessionConfigs":[
"mysql_01.xml"
]
},
"redis":{
"nodes":[
{
"ip":"127.0.0.1",
"port":6379
}
],
"messageChannel":"cms:channel",
"connsPerNode":20
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment