Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
This commit is contained in:
14
hosts/synology/calypso/authentik/.env.example
Normal file
14
hosts/synology/calypso/authentik/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Authentik Environment Variables
|
||||
# Copy to .env in Portainer or set in stack environment variables
|
||||
|
||||
# Secret key - CHANGE THIS! Generate with: openssl rand -base64 36
|
||||
AUTHENTIK_SECRET_KEY=REDACTED_SECRET_KEY
|
||||
|
||||
# PostgreSQL password - CHANGE THIS! Generate with: openssl rand -base64 32
|
||||
PG_PASS=REDACTED_PASSWORD
|
||||
|
||||
# Gmail SMTP (using App Password)
|
||||
# Generate app password at: https://myaccount.google.com/apppasswords
|
||||
SMTP_USER=your.email@gmail.com
|
||||
SMTP_PASS=REDACTED_SMTP_PASSWORD
|
||||
SMTP_FROM=user@example.com
|
||||
Reference in New Issue
Block a user