ok
This commit is contained in:
parent
01baaa951f
commit
c14440d51a
17
Authentication/Authentik/.env
Normal file
17
Authentication/Authentik/.env
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
PG_PASS=password
|
||||||
|
AUTHENTIK_SECRET_KEY=password"
|
||||||
|
COMPOSE_PORT_HTTPS=1443
|
||||||
|
COMPOSE_PORT_HTTP=7000
|
||||||
|
# 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=email@your-domain.com
|
||||||
|
AUTHENTIK_EMAIL__PASSWORD=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
|
Loading…
x
Reference in New Issue
Block a user