Skip to content

Commit

Permalink
Doc updates (#314)
Browse files Browse the repository at this point in the history
* Updated callback to allow user supplied role name via env variables

* Updated environment var docs for PGVERSION
  • Loading branch information
mpritter76 authored and sdudoladov committed Feb 25, 2019
1 parent 308d750 commit f5c4472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ENVIRONMENT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Environment Configuration Settings
- **PGUSER_SUPERUSER**: username for the superuser, 'postgres' by default.
- **PGPASSWORD_SUPERUSER**: a password for the superuser, 'zalando' by default
- **PGPORT**: port PostgreSQL listens to for client connections, 5432 by default
- **PGVERSION**: Specifies the version of postgreSQL to reference in the bin_dir variable (/usr/lib/postgresql/PGVERSION/bin) if postgresql.bin_dir wasn't set in SPILO_CONFIGURATION
- **SCOPE**: cluster name, multiple Spilos belonging to the same cluster must have identical scope.
- **SSL_CERTIFICATE_FILE**: path to the SSL certificate file inside the container (by default PGHOME/server.crt), Spilo will generate one if not present.
- **SSL_PRIVATE_KEY_FILE**: path to the SSL private key within the container (by default PGHOME/server.key), Spilo will generate one if not present
Expand Down

0 comments on commit f5c4472

Please sign in to comment.