瀏覽代碼

RHL-005-fix(env): update SESSION_SECRET placeholder in example environment files

Code_Uwe 2 天之前
父節點
當前提交
eecc7ed247
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .env.docker.example
  2. 1 1
      .env.local.example

+ 1 - 1
.env.docker.example

@@ -11,7 +11,7 @@ MONGODB_URI=mongodb://mongo:27017/rhl_lieferscheine
 # Requirements: strong + random, at least 32 characters, never committed.
 # Requirements: strong + random, at least 32 characters, never committed.
 # Example generation:
 # Example generation:
 #   openssl rand -base64 48
 #   openssl rand -base64 48
-SESSION_SECRET=63a3f50aac4fb8838e457d654348df5b
+SESSION_SECRET=replace-me-with-a-long-random-secret-string-at-least-32-chars
 
 
 # Must match the mount target inside the app container (read-only mount recommended).
 # Must match the mount target inside the app container (read-only mount recommended).
 NAS_ROOT_PATH=/mnt/niederlassungen
 NAS_ROOT_PATH=/mnt/niederlassungen

+ 1 - 1
.env.local.example

@@ -11,7 +11,7 @@ MONGODB_URI=mongodb://localhost:27017/rhl_lieferscheine
 # Requirements: strong + random, at least 32 characters, never committed.
 # Requirements: strong + random, at least 32 characters, never committed.
 # Example generation:
 # Example generation:
 #   openssl rand -base64 48
 #   openssl rand -base64 48
-SESSION_SECRET=5ff5ecfddc3e3b8aad4a00a2dd637fea
+SESSION_SECRET=replace-me-with-a-long-random-secret-string-at-least-32-chars
 
 
 # Absolute Unix path to the NAS root folder that contains branch directories (NLxx/...).
 # Absolute Unix path to the NAS root folder that contains branch directories (NLxx/...).
 # For local dev you can point this to a local fixture folder.
 # For local dev you can point this to a local fixture folder.