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