Add "db" key to config.json.sample

This commit is contained in:
Annika Backstrom 2019-12-17 22:30:43 -05:00
parent ee5dd22f5f
commit 06e1e19f72
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"media_path": "/path/to/media",
"script_path": "/path/to/scripts",
"db": "/path/to/jukebox.sqlite3",
"play_throttle": 5000,
"pause_throttle": 2000,