configs regarding new app setup
This commit is contained in:
parent
11ed11658c
commit
66600702b4
18
freechat-client/example-dev-config.json
Normal file
18
freechat-client/example-dev-config.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
|
||||
"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"
|
||||
}
|
2
freechat-client/requirements.txt
Normal file
2
freechat-client/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
PySide2==5.14.1
|
||||
shiboken2==5.14.1
|
Loading…
Reference in New Issue
Block a user