Lifted in large parts from version 9.5 of the SCL postgresql container. https://github.com/sclorg/postgresql-container
9 lines
299 B
Text
9 lines
299 B
Text
#
|
||
# Custom OpenShift configuration.
|
||
#
|
||
# NOTE: This file is rewritten every time the container is started!
|
||
# Changes to this file will be overwritten.
|
||
#
|
||
|
||
standby_mode = on
|
||
primary_conninfo = 'host=${MASTER_FQDN} port=5432 user=${POSTGRESQL_MASTER_USER} password=${POSTGRESQL_MASTER_PASSWORD}'
|