Skip to content

Commit

Permalink
feat: Added customUserDataDir by default to config.json (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed May 10, 2022
1 parent 1b70a66 commit 1b1a332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -15,4 +15,5 @@
/package-lock.json
*.png
*.tgz
/.idea
/.idea
userDataDir
1 change: 1 addition & 0 deletions src/config.json
Expand Up @@ -6,6 +6,7 @@
"startAllSession": true,
"tokenStoreType": "file",
"maxListeners": 15,
"customUserDataDir": "./userDataDir/",
"webhook": {
"url": null,
"autoDownload": true,
Expand Down

0 comments on commit 1b1a332

Please sign in to comment.