diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 17:51:33 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 17:51:33 +0100 |
| commit | eaecbcf41ff5843e64ff4ac110dc26d308d035ab (patch) | |
| tree | 9420fc80fdccd186db5249d78c1b65dcdf1f6fb5 /example.env | |
| parent | 7b07b7574755a26010ed1da192827732b6770145 (diff) | |
moves ports from .env to make
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/example.env b/example.env index 4cb50ab..d620536 100644 --- a/example.env +++ b/example.env @@ -5,9 +5,6 @@ CONTAINER_PREFIX= # The hostname to use for the local SMTP server LOCAL_SMTP_HOST=smtp -# The port to use for the local SMTP server -LOCAL_SMTP_PORT=2500 - # The username for authenticating to the local SMTP server LOCAL_SMTP_USER=smtp @@ -57,10 +54,3 @@ ETHERPAD_NODE_ENV=production # The admin password for the Etherpad instance ETHERPAD_ADMIN_PASSWORD= - -# The ports on which to run apps -# See also: LOCAL_SMTP_PORT -ETHERPAD_PORT=9001 -HTTP_PORT=8080 -GEMINI_PORT=1965 -VAULTWARDEN_PORT=9000 |
