1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

fix secret generation

This commit is contained in:
aymhce 2017-09-04 11:16:39 +00:00
parent 753ebbfceb
commit 90a298124f

View file

@ -73,7 +73,7 @@ database_password = "yunopass"
; Cryptographic secret ; Cryptographic secret
; This MUST BE changed with your own secret key. Ampache-specific, just pick any random string you want. ; 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 ; Length that a session will last expressed in seconds. Default is
; one hour. ; one hour.