From edc0b4c30d1b5ea00d073ebff615772c922e9fde Mon Sep 17 00:00:00 2001 From: phg Date: Mon, 28 Jul 2025 10:09:19 +0200 Subject: [PATCH] chore: add commented secrets section in env.prod.template and env.test.template for clarity --- env.prod.template | 6 ++++++ env.test.template | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/env.prod.template b/env.prod.template index f38542b..ab1c797 100644 --- a/env.prod.template +++ b/env.prod.template @@ -40,3 +40,9 @@ GEOIPUPDATE_ACCOUNT_ID=1093308 # PostgreSQL configuration PG_USER=authentik PG_DB=authentik + +# Secrets -- uncomment and add secrets +#PG_PASS= +#AUTHENTIK_SECRET_KEY= +#AUTHENTIK_EMAIL__PASSWORD= +#GEOIPUPDATE_LICENSE_KEY= diff --git a/env.test.template b/env.test.template index d80b76f..f255bfb 100644 --- a/env.test.template +++ b/env.test.template @@ -40,3 +40,9 @@ GEOIPUPDATE_ACCOUNT_ID=1093308 # PostgreSQL configuration PG_USER=authentik PG_DB=authentik + +# Secrets -- uncomment and add secrets +#PG_PASS= +#AUTHENTIK_SECRET_KEY= +#AUTHENTIK_EMAIL__PASSWORD= +#GEOIPUPDATE_LICENSE_KEY=