Add sample config file
This commit is contained in:
parent
0bb8ceb6c1
commit
7e17c71610
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"Main": {
|
||||||
|
"DirParser": "Jellyfin",
|
||||||
|
"DBPath": "/etc/qbitbot/botdb.db"
|
||||||
|
},
|
||||||
|
|
||||||
|
"JellyfinConfig": {
|
||||||
|
"ServerURL": "https://yourdomain.com",
|
||||||
|
"APIKey": "youaractualjellyfintoken"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue