From 738fbe7a4e1629c37013f89eb6219be65b617d39 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 27 Oct 2024 12:36:57 -0400 Subject: [PATCH] Re-add SECRET_SESSION_SECRET_VERSION.. ..which I accidentally removed while rebasing --- .env.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index e6aff1f..a16f0d9 100644 --- a/.env.sample +++ b/.env.sample @@ -10,6 +10,8 @@ LETS_ENCRYPT_ENV=production COMPOSE_FILE="compose.yml" +SECRET_SESSION_SECRET_VERSION=v1 + # PostgreSQL #COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"