pgAdmin 4 commit: Allow the path to /pgadmin4/servers.json to be overri

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow the path to /pgadmin4/servers.json to be overri
Date: 2019-07-25 09:23:20
Message-ID: E1hqZy4-0005fr-9w@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow the path to /pgadmin4/servers.json to be overridden in the container distribution. Fixes #4400

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b9b46a49e38558a1645381000ecdc3c62696e2ec
Author: Andrew Coleman <penguincoder(at)gmail(dot)com>

Modified Files
--------------
docs/en_US/container_deployment.rst | 7 +++++++
docs/en_US/release_notes_4_10.rst | 1 +
pkg/docker/entrypoint.sh | 5 +++--
3 files changed, 11 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-25 09:23:21 pgAdmin 4 commit: Fix wording.
Previous Message Dave Page 2019-07-25 09:23:19 pgAdmin 4 commit: Disable upgrade checks whilst testing.