15 lines
543 B
Plaintext
15 lines
543 B
Plaintext
# ---------------------------------------------------------------------------
|
|
# This template contains only required options.
|
|
# ---------------------------------------------------------------------------
|
|
|
|
# random secret key, use for example `base64 /dev/urandom | head -c50` to generate one
|
|
SECRET_KEY=
|
|
|
|
# your default timezone See https://timezonedb.com/time-zones for a list of timezones
|
|
TZ=Europe/Amsterdam
|
|
|
|
# allowed hosts (see documentation), must be set to your hostname(s)
|
|
ALLOWED_HOSTS=events.mydomain.com
|
|
|
|
# enable debug log
|
|
#DEBUG=1 |