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=