Add config preset

This commit is contained in:
Aslan 2025-12-23 07:58:26 -05:00
parent dd1c73000b
commit 1a349cb045

18
src/config.preset.json Normal file
View 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
}
}
}