23 lines
489 B
JSON
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"
|
|
}
|