add config example

This commit is contained in:
j 2011-02-24 13:28:34 +01:00
parent a70040678e
commit 9ab8661420
1 changed files with 8 additions and 0 deletions

8
config.example.json Normal file
View File

@ -0,0 +1,8 @@
{
"url": "http://pandora_url/api/",
"username": "username", "password": "password"
"cache": "~/.ox/client.sqlite",
"volumes": {
"my videos": "/home/example/Movies"
}
}