pgAdmin 4 commit: Allow configuration options to be set from the enviro - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow configuration options to be set from the enviro
Date
Msg-id E1i0o0W-0007Dj-E2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Minor doc styling tweaks.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve formatting.