freechat/freechat-client/example-dev-config.json
2021-01-27 19:20:53 -08:00

23 lines
489 B
JSON

{
"servers": [
{
"name": "cool1",
"domain": "freechat.shockrah.io",
"ip": "0.0.0.0",
"description": "really good",
"key": "this right here is the secret for that user",
"username": "this is optional per server"
},
{
"name": "another one"
},
{
"name": "shockrah's lair"
}
],
"ignore-me": "global's like this are mainly for default configuration things",
"global-username": "shockrah",
"global-proxy": "one day this will be a thing but not today"
}