Add config preset
This commit is contained in:
parent
dd1c73000b
commit
1a349cb045
1 changed files with 18 additions and 0 deletions
18
src/config.preset.json
Normal file
18
src/config.preset.json
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"baseUrl": "https://",
|
||||||
|
"userId": "@",
|
||||||
|
"authPath": "auth.json",
|
||||||
|
"storePath": "store.json",
|
||||||
|
"auth": {
|
||||||
|
"accessToken": "",
|
||||||
|
"deviceId": ""
|
||||||
|
},
|
||||||
|
"app": {
|
||||||
|
"triggerPrefix": "!",
|
||||||
|
"experience": {
|
||||||
|
"gain": 5,
|
||||||
|
"startingRequirement": 50,
|
||||||
|
"timeout": 60000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue