1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 17:06:17 +00:00

Add new secret_key option to config.sample

This commit is contained in:
Óscar García Amor 2017-08-07 11:52:16 +02:00
parent 9818117b46
commit ee6a67752e

View File

@ -7,6 +7,9 @@
; Optional, restrict scanner to these extensions ; Optional, restrict scanner to these extensions
; scanner_extensions = mp3 ogg ; scanner_extensions = mp3 ogg
; Optional for develop, key for sign the session cookies
; secret_key = verydifficultkeyword
[webapp] [webapp]
; Optional cache directory ; Optional cache directory
cache_dir = /var/supysonic/cache cache_dir = /var/supysonic/cache
@ -24,7 +27,7 @@ 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
; api_key = ; api_key =
; secret = ; secret =
[transcoding] [transcoding]