help text improved

This commit is contained in:
Eduardo Silva 2025-02-20 16:21:23 -03:00
parent 51b1352c11
commit 46efb7c5ab

View file

@ -1,5 +1,6 @@
# Configure SERVER_ADDRESS to match the address of the server. If you don't have a DNS name, you can use the IP address. # Configure SERVER_ADDRESS to match the address of the server. If you don't have a DNS name, you can use the IP address.
# A missconfigured SERVER_ADDRESS will cause the app to have CSRF errors. # A missconfigured SERVER_ADDRESS will cause the app to have CSRF errors.
# If you're using a different port for HTTPS in the docker-compose.yml, you need to specify it as <my_server_address>:<port_number>
SERVER_ADDRESS=my_server_address SERVER_ADDRESS=my_server_address
DEBUG_MODE=False DEBUG_MODE=False
# Choose a timezone from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Choose a timezone from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones