Replace PREFIX_CONFIG_FILE with PRETIX_CONFIG_FILE (#769)

The code looks for PRETIX_CONFIG_FILE in src/pretix/settings.py.
This change updates the documentation to match.
This commit is contained in:
Tim Freund
2018-02-18 11:39:34 -05:00
committed by Raphael Michel
parent b0c5189c4b
commit ba8cf3e01e

View File

@@ -12,7 +12,7 @@ at the following locations. It will try to read the file from the specified path
the following order. The file that is found *last* will override the settings from
the files found before.
1. ``PREFIX_CONFIG_FILE`` environment variable
1. ``PRETIX_CONFIG_FILE`` environment variable
2. ``/etc/pretix/pretix.cfg``
3. ``~/.pretix.cfg``
4. ``pretix.cfg`` in the current working directory