Clarify docs around configuration files and disabling the master password.

This commit is contained in:
Dave Page
2019-06-05 15:20:38 +01:00
parent d90136d93d
commit caf181d5e3
3 changed files with 39 additions and 17 deletions

View File

@@ -68,11 +68,15 @@ pgAdmin. These are as follows:
* ``config_distro.py``: This file is read after ``config.py`` and is intended for
packagers to change any settings that are required for their pgAdmin distribution.
This may typically include certain paths and file locations.
This may typically include certain paths and file locations. This file is optional,
and may be created by packagers in the same directory as ``config.py`` if
needed.
* ``config_local.py``: This file is read after ``config_distro.py`` and is intended
for end users to change any default or packaging specific settings that they may
wish to adjust to meet local preferences or standards.
wish to adjust to meet local preferences or standards. This file is optional,
and may be created by administrators in the same directory as ``config.py`` if
needed.
Python
------