You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en_US/container_deployment.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,14 @@ Override the default file path for the server definition list. See the
134
134
/pgadmin4/servers.json mapped file below for more information. See the format
135
135
of the `Servers JSON file <https://www.pgadmin.org/docs/pgadmin4/latest/import_export_servers.html#json-format>`_.
136
136
137
+
**PGADMIN_REPLACE_SERVERS_ON_STARTUP**
138
+
139
+
*Default: null*
140
+
141
+
By default, the server definitions are only loaded on first launch, i.e. when initializing the configuration database. See PGADMIN_SERVER_JSON_FILE above.
142
+
143
+
If this variable is set to True, the server definitions will be replaced on every launch. This can be used to declaratively manage the server definitions.
0 commit comments