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:
parent
753ebbfceb
commit
90a298124f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue