From 90a298124f43f798f90271691b9a0f99e011fbf5 Mon Sep 17 00:00:00 2001 From: aymhce Date: Mon, 4 Sep 2017 11:16:39 +0000 Subject: [PATCH] fix secret generation --- conf/ampache.cfg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ampache.cfg.php b/conf/ampache.cfg.php index 7ebbd61..e684ead 100644 --- a/conf/ampache.cfg.php +++ b/conf/ampache.cfg.php @@ -73,7 +73,7 @@ database_password = "yunopass" ; Cryptographic secret ; This MUST BE changed with your own secret key. Ampache-specific, just pick any random string you want. -secret_key = "abcdefghijklmnoprqstuvwyz0123456" +secret_key = "RANDOMKEYTOCHANGE" ; Length that a session will last expressed in seconds. Default is ; one hour.