-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
38 lines (38 loc) · 861 Bytes
/
example.env
File metadata and controls
38 lines (38 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PG_PASS=""
PG_USER=authentik-db-admin
PG_DB=authentik-db
ROOT_DOMAIN
GOTIFY_DEFAULT_PASS=
GOTIFY_DEFAULT_NAME=
AUTHENTIK_SECRET_KEY=
AUTHENTIK_LDAP_OUTPOST_TOKEN=
AUTHENTIK_COOKIE_DOMAIN=
# SMTP Host Emails are sent to
AUTHENTIK_EMAIL__HOST=
AUTHENTIK_EMAIL__PORT=1025
# Optionally authenticate (don't add quotation marks to your password)
AUTHENTIK_EMAIL__USERNAME=
AUTHENTIK_EMAIL__PASSWORD=
# Use StartTLS
AUTHENTIK_EMAIL__USE_TLS=true
# 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=
WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=
GOTIFY_CLIENT_TOKENS=
TZ=
BESZEL_KEY=
GITLAB_URL=
ADMIN_EMAIL=
BACKEND_IPV6=
BACKEND_IPV4=
FRONTEND_IPV6=
FRONTEND_IPV4=
SOCKET_PROXY_IPV6=
SOCKET_PROXY_IPV4=
SOCKET_PROXY_IP=
AUTHENTIK_IP1=
AUTHENTIK_IP2=
AUTHENTIK_IP3=