Files
yourchat/config/chatconfig.json
Torsten Schulz 26ab29859d Initial submit
2017-07-18 23:51:56 +02:00

18 lines
310 B
JSON

{
"server": {
"port": 1235
},
"database": {
"user": "yourpart",
"password": "r3EMWJ5p",
"connectstring": "tsschulz.de:1521/yourpart"
},
"rooms": [
{
"name": "Halle",
"password": "",
"allowed": []
}
]
}