Configure email backend for local development and update NGINX HTTPS port in environment settings
This commit is contained in:
@@ -20,4 +20,7 @@ GUNICORN_LOGLEVEL=info
|
||||
# Nginx host ports for local development (override prod defaults)
|
||||
NGINX_HTTP_PORT=8080
|
||||
# Pick a non-privileged HTTPS port to avoid conflicts with host installs
|
||||
NGINX_HTTPS_PORT=8444
|
||||
NGINX_HTTPS_PORT=8444
|
||||
|
||||
# Use console email backend for local development to avoid sending real mail
|
||||
EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend
|
||||
Reference in New Issue
Block a user