-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-template
25 lines (21 loc) · 1.14 KB
/
.env-template
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
################################################################################
# PROJECT SETTINGS
################################################################################
DEPLOYMENT_TYPE=production
TZ=America/Los_Angeles
################################################################################
# LETSENCRYPT
################################################################################
# be sure to delete your test certs before creating a real cert
# limit of 20 new certs per week
LETSENCRYPT_DEBUG_MODE=true
# domains for the letsencrypt cert (separated by a single space):
LETSENCRYPT_DOMAINS="example.com www.example.com"
################################################################################
# NGINX-LETSENCRYPT SERVER
################################################################################
# domains for our nginx config:
DOMAINS=$LETSENCRYPT_DOMAINS
# unless you already have a domain name folder under /etc/letsencrypt/live that is in your cert's list of domains, MY_DOMAINS_NAME should just be the first domain name in the LETSENCRYPT_DOMAINS list
MY_DOMAIN_NAME=bouncer.example.com