From 2dbeed20c1c78e533a0d55a95cc1041cd2d58506 Mon Sep 17 00:00:00 2001 From: fxequals Date: Sat, 19 Jul 2025 21:43:02 -0400 Subject: [PATCH] added session secret notes --- emerald-theory/arcane/arcane.env | 2 +- emerald-theory/arcane/arcane.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emerald-theory/arcane/arcane.env b/emerald-theory/arcane/arcane.env index 2ef1598..434dd2a 100644 --- a/emerald-theory/arcane/arcane.env +++ b/emerald-theory/arcane/arcane.env @@ -1 +1 @@ -SESSION_SECRET= # openssl rand -base64 32 \ No newline at end of file +SESSION_SECRET= \ No newline at end of file diff --git a/emerald-theory/arcane/arcane.yml b/emerald-theory/arcane/arcane.yml index 844d0fc..edac144 100644 --- a/emerald-theory/arcane/arcane.yml +++ b/emerald-theory/arcane/arcane.yml @@ -20,7 +20,7 @@ services: PUID: 1000 PGID: 1000 APP_ENV: "production" - PUBLIC_SESSION_SECRET: ${SESSION_SECRET} + PUBLIC_SESSION_SECRET: ${SESSION_SECRET} # openssl rand -base64 32 # Optional: Set if Docker access fails # DOCKER_GID: 998