-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy path.env.template
More file actions
57 lines (45 loc) · 1.32 KB
/
.env.template
File metadata and controls
57 lines (45 loc) · 1.32 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Use fully qualified domain names. Set to DOMAIN=local if SSL_TYPE=selfsign.
DOMAIN=your.domain.com
# Used for Let's Encrypt expiration emails and Enketo technical support emails
SYSADMIN_EMAIL=administrator@email.com
# Options: letsencrypt, customssl, upstream, selfsign
SSL_TYPE=letsencrypt
# Do not change if using SSL_TYPE=letsencrypt
HTTP_PORT=80
HTTPS_PORT=443
# Optional: configure Node
# SERVICE_NODE_OPTIONS=
# Optional: connect to a custom database server
# PGHOST=
# PGUSER=
# PGPASSWORD=
# PGDATABASE=
# Refer to the installation documentation (https://docs.getodk.org/central-install/)
# to learn about advanced database configuration.
# Optional: configure a custom mail server
# EMAIL_FROM=
# EMAIL_HOST=
# EMAIL_PORT=
# EMAIL_SECURE=
# EMAIL_IGNORE_TLS=
# EMAIL_USER=
# EMAIL_PASSWORD=
# Optional: configure Single Sign-on with OpenID Connect
# OIDC_ENABLED=
# OIDC_ISSUER_URL=
# OIDC_CLIENT_ID=
# OIDC_CLIENT_SECRET=
# Optional: configure error reporting
# SENTRY_ORG_SUBDOMAIN=
# SENTRY_KEY=
# SENTRY_PROJECT=
# SENTRY_TRACE_RATE=
# Optional: configure S3-compatible storage for binary files
# S3_SERVER=
# S3_ACCESS_KEY=
# S3_SECRET_KEY=
# S3_BUCKET_NAME=
# Optional: configure web user login session lifetime (in seconds)
# SESSION_LIFETIME=
# Optional: configure the per-worker database pool size
# DB_POOL_SIZE=