From ec5e4c62563e531d8ca5976e7dd0cace8c5e1e0a Mon Sep 17 00:00:00 2001 From: kun Date: Sat, 26 Sep 2026 01:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=204600Pro/BookOrbit/.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 4600Pro/BookOrbit/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/4600Pro/BookOrbit/.env b/4600Pro/BookOrbit/.env index 3ddf43d..e9a92ce 100644 --- a/4600Pro/BookOrbit/.env +++ b/4600Pro/BookOrbit/.env @@ -22,16 +22,16 @@ PGID=1000 # Database credentials POSTGRES_USER=bookorbit -POSTGRES_PASSWORD=change-this-password +POSTGRES_PASSWORD=nxY7HUoJYjUgn POSTGRES_DB=bookorbit # App secrets -JWT_SECRET=change-this-to-a-long-random-secret +JWT_SECRET=5c1c59712f970672a6cb09fd6e8823f44e024cd8633e11bdae5e616c743d3371 # Fresh installs should generate an independent key with: openssl rand -hex 32 # Existing installs upgrading from an older release must initially copy their current JWT_SECRET here so existing podcast URLs remain readable. -PODCAST_ENCRYPTION_KEY=change-this-to-a-different-long-random-secret +PODCAST_ENCRYPTION_KEY=5c1c59712f970672a6cb09fd6e8823f44e024cd8633e11bdae5e616c743d3371 # Required for the initial /auth/setup endpoint (x-setup-token header) -SETUP_BOOTSTRAP_TOKEN=change-this-to-a-long-random-secret +SETUP_BOOTSTRAP_TOKEN=5c1c59712f970672a6cb09fd6e8823f44e024cd8633e11bdae5e616c743d3371 # Sensitive values can instead be read from mounted files by appending _FILE. # Leave the direct value blank, then set its _FILE variable to the container path.