Thread: pgAdmin 4 commit: Allow configuration options to be set from the enviro

pgAdmin 4 commit: Allow configuration options to be set from the enviro

From
Dave Page
Date:
Allow configuration options to be set from the environment in the container distribution. Fixes #4651

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c76b30e35310dbbb1d1e0706cab9af95ee39c148

Modified Files
--------------
docs/en_US/config_py.rst            | 34 +++++++++++++++++++++++++
docs/en_US/container_deployment.rst | 49 +++++++++++++++++++++++++++++--------
docs/en_US/deployment.rst           |  5 ++--
docs/en_US/desktop_deployment.rst   | 26 ++------------------
docs/en_US/release_notes_4_13.rst   |  1 +
docs/en_US/server_deployment.rst    | 25 ++++++-------------
pkg/docker/Dockerfile               |  1 -
pkg/docker/config_distro.py         |  4 ---
pkg/docker/entrypoint.sh            | 18 ++++++++++++++
9 files changed, 104 insertions(+), 59 deletions(-)