From ba8cf3e01ea161dcb44e2cfd5e0070bdb861fd18 Mon Sep 17 00:00:00 2001 From: Tim Freund Date: Sun, 18 Feb 2018 11:39:34 -0500 Subject: [PATCH] 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. --- doc/admin/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/config.rst b/doc/admin/config.rst index 93adda2c1f..1a9b74e74f 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -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