downgrading cookie key size from 48 to 32

This commit is contained in:
neil 2020-11-04 20:02:48 +01:00
parent e2fdf128ec
commit 9fac0811a0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ prune_days = 150
debug_mode = true
# Used to encrypt csrf tokens and csrf cookies.
# Generate random bytes: openssl rand -base64 48
# Generate random bytes: openssl rand -base64 32
# Then paste the result in this variable
cookie_key = ""