node-poker-stack/game-server/config/gameSettings.json
2015-03-20 14:21:44 -07:00

10 lines
143 B
JSON

{
"gameMode" : {
"normal" : {
"timeout" : 30
},
"fast" : {
"timeout" : 15
}
}
}