1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-04-28 12:12:44 +02:00

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

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 = ""