Skip to content

Commit

Permalink
revert .env.template changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Nov 16, 2023
1 parent d767afe commit 1e38c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Use fully qualified domain names. Set to DOMAIN=local if SSL_TYPE=selfsign.
DOMAIN=local
DOMAIN=your.domain.com

# Used for Let's Encrypt expiration emails and Enketo technical support emails
[email protected]

# Options: letsencrypt, customssl, upstream, selfsign
SSL_TYPE=selfsign
SSL_TYPE=letsencrypt

# Do not change if using SSL_TYPE=letsencrypt
HTTP_PORT=8080
HTTPS_PORT=8443
HTTP_PORT=80
HTTPS_PORT=443

# Optional: configure Node
# SERVICE_NODE_OPTIONS=
Expand Down

0 comments on commit 1e38c9b

Please sign in to comment.