add config example
This commit is contained in:
parent
a70040678e
commit
9ab8661420
1 changed files with 8 additions and 0 deletions
8
config.example.json
Normal file
8
config.example.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"url": "http://pandora_url/api/",
|
||||
"username": "username", "password": "password"
|
||||
"cache": "~/.ox/client.sqlite",
|
||||
"volumes": {
|
||||
"my videos": "/home/example/Movies"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue