1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
fxequals
f4fbeadcdc added command to generate secrets 2025-07-19 09:31:05 -04:00
fxequals
4d37cac9dc rename 2025-07-19 09:27:43 -04:00
2 changed files with 2 additions and 2 deletions

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=