From ee6a67752ec5caea8e439fb2fc72316c897758f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Mon, 7 Aug 2017 11:52:16 +0200 Subject: [PATCH] Add new secret_key option to config.sample --- config.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.sample b/config.sample index 3049c7f..1286a0d 100644 --- a/config.sample +++ b/config.sample @@ -7,6 +7,9 @@ ; Optional, restrict scanner to these extensions ; scanner_extensions = mp3 ogg +; Optional for develop, key for sign the session cookies +; secret_key = verydifficultkeyword + [webapp] ; Optional cache directory cache_dir = /var/supysonic/cache @@ -24,7 +27,7 @@ log_level = INFO [lastfm] ; API and secret key to enable scrobbling. http://www.last.fm/api/accounts -; api_key = +; api_key = ; secret = [transcoding]