Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/en_US/container_deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ suffix will be ignored.
**PGPASS_FILE**

*Default: <null>*
This varible should be set to if you want to pass password using pgpass
file for the servers added in pgadmin.
Set this variable to the path of a pgpass file if you want to supply passwords
for the servers added in pgAdmin. On startup, the file is copied into the
container and used as the ``.pgpass`` file.
Comment thread
asheshv marked this conversation as resolved.

**GUNICORN_ACCESS_LOGFILE**

Expand Down
Loading