Files
yourchat/config/chatconfig.json
2017-07-28 20:14:51 +02:00

34 lines
710 B
JSON

{
"server": {
"port": 1235
},
"database": {
"user": "yourpart",
"password": "r3EMWJ5p",
"connectstring": "tsschulz.de:1521/yourpart"
},
"room-types": {
"0": "Standard",
"1": "Dice possible",
"2": "Poker possible",
"4": "Room will work with rounds",
"8": "protected"
},
"rooms": [
{
"name": "Halle",
"password": "",
"allowed": [],
"type": 0,
"roundlength": 0
},
{
"name": "Würfelglück",
"password": "",
"allowed": [],
"type": 5,
"roundlength": 20
}
]
}