Add support for additional allowed hosts in environment configuration

This commit is contained in:
Eduardo Silva
2025-04-22 17:02:43 -03:00
parent 06068fdc4c
commit 8708850143
8 changed files with 36 additions and 10 deletions

View File

@@ -4,4 +4,9 @@ SERVER_ADDRESS=my_server_address
DEBUG_MODE=False
# Choose a timezone from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TIMEZONE=America/Sao_Paulo
TIMEZONE=America/Sao_Paulo
# If you need additional hosts to be allowed, you can specify them here.
# The SERVER_ADDRESS will always be allowed.
# Example: EXTRA_ALLOWED_HOSTS=app1.example.com,app2.example.com:8443,app3.example.com
#EXTRA_ALLOWED_HOSTS=app1.example.com,app2.example.com:8443,app3.example.com