From 0bafca2082c320665754ccf6690038e34a9f1e93 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 5 May 2025 10:07:56 -0600 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 6f9b0b5..2623e40 100644 --- a/.env.example +++ b/.env.example @@ -10,8 +10,8 @@ DATABASE_URL_DOCKER="postgresql://${PG_USER}:${PG_PASSWORD}@postgres:5432/${PG_D META_NAME='' META_DESCRIPTION='' -# Security (generate with `openssl rand -base64 24` or use https://bitwarden.com/password-generator/) -CRYPTO_SECRET='' +# Required: Security secret (generate with `openssl rand -base64 24` or use https://bitwarden.com/password-generator/) +CRYPTO_SECRET='' # API Keys # From https://www.themoviedb.org/settings/api