1
0

added command to generate secrets

This commit is contained in:
2025-07-19 09:31:05 -04:00
parent 4d37cac9dc
commit f4fbeadcdc

View File

@@ -1,7 +1,7 @@
AUTHENTIK_PORT_HTTP=9000
AUTHENTIK_PORT_HTTPS=9443
PG_PASS=
AUTHENTIK_SECRET_KEY=
PG_PASS= # <-- openssl rand -base64 36 | tr -d '\n'
AUTHENTIK_SECRET_KEY= # <-- openssl rand -base64 36 | tr -d '\n'
AUTHENTIK_ERROR_REPORTING__ENABLED=true
AUTHENTIK_EMAIL__HOST=
AUTHENTIK_EMAIL__PORT=