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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow configuration options to be set from the enviro
Date: 2019-08-22 14:24:08
Message-ID: E1i0o0W-0007Dj-E2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-22 14:34:08 pgAdmin 4 commit: Improve formatting.
Previous Message Dave Page 2019-08-22 14:12:01 pgAdmin 4 commit: Minor doc styling tweaks.