freechat/freechat-client/example-dev-config.json
shockrah e37d51f549 Making the navbar more responsive to screen changes
! Bootstrap doesn't behave so dropdowns are borked but they'r theoretically there

LMAO at this example config update btw its gonna keep changing so I'm not updating its patch notes from here out until its a proper looking example
2021-01-01 20:04:11 -08:00

26 lines
548 B
JSON

{
"username": "shockrah",
"servers": [
{
"name": "cool1",
"domain": "freechat.shockrah.io/",
"ip": "0.0.0.0",
"description": "really good",
"key": "given by server don't worry fow now",
"username": "this is optional per server"
},
{
"name": "another one"
},
{
"name": "shockrah's lair"
}
],
"global-username": "shockrah",
"bs-key": "ignore everthing past this point for now",
"proxy": "one day this will be a thing",
"private-key": "user key goes here",
"public-key": "user public key also goes here"
}