mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-21 01:25:56 +02:00
12 lines
No EOL
641 B
Text
12 lines
No EOL
641 B
Text
# 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.
|
|
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
|
|
|
|
# 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 |