docker-apps/pgadmin/stacks/.pgadmin.env
2025-04-03 22:57:52 +02:00

26 lines
900 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
PUID=${PUID}
PGID=${PGID}
TZ=${TZ}
PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL_FILE}
PGADMIN_DEFAULT_PASSWORD_FILE=${PGADMIN_DEFAULT_PASSWORD_FILE}
# PGADMIN_DISABLE_POSTFIX=
# PGADMIN_ENABLE_TLS=
# PGADMIN_LISTEN_ADDRESS=
# PGADMIN_LISTEN_PORT=
# PGADMIN_SERVER_JSON_FILE=
# GUNICORN_ACCESS_LOGFILE=
# GUNICORN_LIMIT_REQUEST_LINE=
# GUNICORN_THREADS=
# PGADMIN_CONFIG_*
# This is a variable prefix that can be used to override any of the configuration options in pgAdmins config.py file. Add the PGADMIN_CONFIG_ prefix to any variable name from config.py and give the value in the format string value for strings, True/False for booleans or 123 for numbers
# examples
# PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION=True
# PGADMIN_CONFIG_LOGIN_BANNER="Authorised users only!"
# PGADMIN_CONFIG_CONSOLE_LOG_LEVEL=10