fix hostname in config.env

This commit is contained in:
Simon Larsen 2023-09-14 11:47:56 +05:30
parent ac7e6b915f
commit b02e622fd3
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -75,6 +75,10 @@ REDIS_TLS_SENTINEL_MODE=false
DISABLE_SIGNUP=false
# Hostnames. Usually does not need to change.
PROBE_API_HOSTNAME=probe-api:3400
#Ports. Usually they don't need to change.
DASHBOARD_API_PORT=3002
API_DOCS_PORT=1445
@ -96,6 +100,7 @@ DASHBOARD_PORT=3009
ADMIN_DASHBOARD_PORT=3158
# Internal SMTP Server - Haraka
USE_INTERNAL_SMTP=false