Further tweaks for formatting.

pull/26/head
Dave Page 2019-08-22 15:41:24 +01:00
parent 92aabb215f
commit 6192c48ef9
1 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ login to pgAdmin. This variable is required and must be set at launch time.
**PGADMIN_ENABLE_TLS** **PGADMIN_ENABLE_TLS**
Default: <null> *Default: <null>*
If left un-set, the container will listen on port 80 for connections in plain If left un-set, the container will listen on port 80 for connections in plain
text. If set to any value, the container will listen on port 443 for TLS text. If set to any value, the container will listen on port 443 for TLS
@ -55,7 +55,7 @@ expected paths are /certs/server.crt and /certs/server.key
**PGADMIN_LISTEN_ADDRESS** **PGADMIN_LISTEN_ADDRESS**
Default: [::] *Default: [::]*
Specify the local address that the servers listens on. The default should work Specify the local address that the servers listens on. The default should work
for most users - in IPv4-only environments, this may need to be set to for most users - in IPv4-only environments, this may need to be set to
@ -63,21 +63,21 @@ for most users - in IPv4-only environments, this may need to be set to
**PGADMIN_LISTEN_PORT** **PGADMIN_LISTEN_PORT**
Default: 80 or 443 (if TLS is enabled) *Default: 80 or 443 (if TLS is enabled)*
Allows the port that the server listens on to be set to a specific value rather Allows the port that the server listens on to be set to a specific value rather
than using the default. than using the default.
**PGADMIN_SERVER_JSON_FILE** **PGADMIN_SERVER_JSON_FILE**
Default: /pgadmin4/servers.json *Default: /pgadmin4/servers.json*
Override the default file path for the server definition list. See the Override the default file path for the server definition list. See the
/pgadmin4/servers.json mapped file below for more information. /pgadmin4/servers.json mapped file below for more information.
**GUNICORN_THREADS** **GUNICORN_THREADS**
Default: 25 *Default: 25*
Adjust the number of threads the Gunicorn server uses to handle incoming Adjust the number of threads the Gunicorn server uses to handle incoming
requests. This should typically be left as-is, except in highly loaded systems requests. This should typically be left as-is, except in highly loaded systems