diff --git a/src/config.preset.json b/src/config.preset.json new file mode 100644 index 0000000..decf090 --- /dev/null +++ b/src/config.preset.json @@ -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 + } + } +}