4
1
Fork 1

Add sample config file

This commit is contained in:
trueold89 2024-05-04 04:13:25 +03:00
parent 0bb8ceb6c1
commit 7e17c71610
Signed by: trueold89
GPG Key ID: C122E85DD49E6B30
1 changed files with 11 additions and 0 deletions

11
config.json Normal file
View File

@ -0,0 +1,11 @@
{
"Main": {
"DirParser": "Jellyfin",
"DBPath": "/etc/qbitbot/botdb.db"
},
"JellyfinConfig": {
"ServerURL": "https://yourdomain.com",
"APIKey": "youaractualjellyfintoken"
}
}