Actualiser .env
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 23s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 23s
This commit is contained in:
parent
14b4680715
commit
0955464a62
21
.env
21
.env
@ -1 +1,20 @@
|
||||
# Template
|
||||
PG_PASS=UaXg4bygCAIBx3aIegkYk22LE5bOBWLpAuv60eGk
|
||||
PG_USER=authentik_user
|
||||
PG_DB=authentik_db
|
||||
|
||||
AUTHENTIK_SECRET_KEY=ThB3GtCJgHxkoFhyorQ4s5jMznqM13nebhHadJvbp5F2E11wA0
|
||||
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
||||
|
||||
# SMTP Host Emails are sent to
|
||||
AUTHENTIK_EMAIL__HOST=authentik-msmtpd
|
||||
AUTHENTIK_EMAIL__PORT=2500
|
||||
# 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=hostinfo@tips-of-mine.fr
|
Loading…
x
Reference in New Issue
Block a user