mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-04 10:23:03 -05:00
Allow the path to /pgadmin4/servers.json to be overridden in the container distribution. Fixes #4400
This commit is contained in:
committed by
Dave Page
parent
da8cf14047
commit
d397959f6a
@@ -68,6 +68,13 @@ Default: 80 or 443 (if TLS is enabled)
|
||||
Allows the port that the server listens on to be set to a specific value rather
|
||||
than using the default.
|
||||
|
||||
*PGADMIN_SERVER_JSON_FILE*
|
||||
|
||||
Default: /pgadmin4/servers.json
|
||||
|
||||
Override the default file path for the server definition list. See the
|
||||
/pgadmin4/servers.json mapped file below for more information.
|
||||
|
||||
*GUNICORN_THREADS*
|
||||
|
||||
Default: 25
|
||||
|
||||
@@ -10,6 +10,7 @@ New features
|
||||
************
|
||||
|
||||
| `Feature #4139 <https://redmine.postgresql.org/issues/4139>`_ - Allow some objects to be dragged/dropped into the Query Tool to insert their signature into the query text.
|
||||
| `Feature #4400 <https://redmine.postgresql.org/issues/4400>`_ - Allow the path to /pgadmin4/servers.json to be overridden in the container distribution.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
Reference in New Issue
Block a user