-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 623 Bytes
/
.env.example
File metadata and controls
23 lines (20 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PUID=1100
PGID=1100
TZ=Europe/Berlin
DOMAIN=local.dev
################################################################
# Authentik
################################################################
# SMTP Host Emails are sent to
AUTHENTIK_EMAIL__HOST=smtp.gmail.com
AUTHENTIK_EMAIL__PORT=587
# 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
AUTHENTIK_ERROR_REPORTING__ENABLED=false
AUTHENTIK_COOKIE_DOMAIN=$DOMAIN
AUTHENTIK_LOG_LEVEL=warning