Remove config
This commit is contained in:
parent
e2f14bf73f
commit
dd1c73000b
2 changed files with 2 additions and 18 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
store.json
|
store.json
|
||||||
|
auth.json
|
||||||
|
config.json
|
||||||
|
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"baseUrl": "https://matrix.aslan2142.space",
|
|
||||||
"userId": "@aslobot:aslan2142.space",
|
|
||||||
"authPath": "auth.json",
|
|
||||||
"storePath": "store.json",
|
|
||||||
"auth": {
|
|
||||||
"accessToken": "mct_iW6Cif22H34s5yAHrmqfBQUsMrGaH2_0QWfYU",
|
|
||||||
"deviceId": "PBz1Ig9c3p"
|
|
||||||
},
|
|
||||||
"app": {
|
|
||||||
"triggerPrefix": "!",
|
|
||||||
"experience": {
|
|
||||||
"gain": 5,
|
|
||||||
"startingRequirement": 50,
|
|
||||||
"timeout": 60000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue