mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
Updated configuration sample
This commit is contained in:
parent
8b9fa416f8
commit
62642cc079
@ -6,14 +6,23 @@ database_uri = sqlite:////var/supysonic/supysonic.db
|
|||||||
; database_uri = mysql://supysonic:supysonic@localhost/supyonic
|
; database_uri = mysql://supysonic:supysonic@localhost/supyonic
|
||||||
; database_uri = postgres://supysonic:supysonic@localhost/supysonic
|
; database_uri = postgres://supysonic:supysonic@localhost/supysonic
|
||||||
|
|
||||||
|
; Optional, restrict scanner to these extensions
|
||||||
|
; scanner_extensions = mp3 ogg
|
||||||
|
|
||||||
|
[webapp]
|
||||||
; Optional cache directory
|
; Optional cache directory
|
||||||
cache_dir = /var/supysonic/cache
|
cache_dir = /var/supysonic/cache
|
||||||
|
|
||||||
; Optional rotating log file
|
; Optional rotating log file
|
||||||
log_file = /var/supysonic/supysonic.log
|
log_file = /var/supysonic/supysonic.log
|
||||||
|
|
||||||
; Optional, restrict scanner to these extensions
|
; Log level. Possible values: DEBUG, INFO, WARNING, ERROR, CRITICAL
|
||||||
; scanner_extensions = mp3 ogg
|
log_level = WARNING
|
||||||
|
|
||||||
|
[daemon]
|
||||||
|
; Optional rotating log file for the scanner daemon
|
||||||
|
log_file = /var/supysonic/supysonic-daemon.log
|
||||||
|
log_level = INFO
|
||||||
|
|
||||||
[lastfm]
|
[lastfm]
|
||||||
; API and secret key to enable scrobbling. http://www.last.fm/api/accounts
|
; API and secret key to enable scrobbling. http://www.last.fm/api/accounts
|
||||||
|
Loading…
Reference in New Issue
Block a user