freechat/freechat-client/example-dev-config.json
shockrah c4e3fa72ce More comprehensive example user config
 Moving main.js to use more async code and make things a bit more homogeneous
2021-03-08 19:50:01 -08:00

24 lines
472 B
JSON

{
"servers": [
{
"server": {
"description": "Server for sick development things",
"hostname": "localhost",
"name": "Freechat Sample Server",
"port": 4536,
"protocol": "http"
},
"user": {
"id": 1,
"joindate": 1615187538,
"name": "shockrah",
"permissions": 51,
"secret": "ooky-spooky-base64-string===",
"status": 0
}
}
],
"username": "shockrah"
}