Files

19 lines
686 B
Plaintext

PG_PASS=EHUnWyS5xCOZD8P/5tNlfPb6AhNgi4RWk2kw0q5Rm9fGWpmp
AUTHENTIK_SECRET_KEY=IrXOgE23w7CEfNJaEsC+f4C8kABUXUCp9pG9qhpIi4bhpypwjQ8E8AsqpUTZ8j8gZpEB4YkHo90EU5A+
AUTHENTIK_ERROR_REPORTING__ENABLED=true
# SMTP Host Emails are sent to
AUTHENTIK_EMAIL__HOST=localhost
AUTHENTIK_EMAIL__PORT=25
# Optionally authenticate (don't add quotation marks to your password)
AUTHENTIK_EMAIL__USERNAME=
AUTHENTIK_EMAIL__PASSWORD=
# Use StartTLS
AUTHENTIK_EMAIL__USE_TLS=false
# Use SSL
AUTHENTIK_EMAIL__USE_SSL=false
AUTHENTIK_EMAIL__TIMEOUT=10
# Email address authentik will send from, should have a correct @domain
AUTHENTIK_EMAIL__FROM=authentik@localhost
COMPOSE_PORT_HTTP=88
COMPOSE_PORT_HTTPS=9443