updated help text

This commit is contained in:
Sameer Naik
2015-10-28 17:39:00 +05:30
parent a5705f903b
commit 4dc45c9da8
2 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
POSTGRESQL_USER: User to be created on first boot (default: postgres).
POSTGRESQL_PASSWORD: Password to be set for POSTGRESQL_USER on first boot (default: none).
POSTGRESQL_DATABASE: Database to be created on first boot, accessible by POSTGRESQL_USER (default: none).
POSTGRESQL_REPLICATION_MODE: Replication mode. Possible values master/slave (default: none).
POSTGRESQL_REPLICATION_USER: Replication user. User is created on the master at first boot (default: none).
POSTGRESQL_REPLICATION_PASSWORD: Replication users password. Password is set for POSTGRESQL_REPLICATION_USER on master on the first boot (default: none).
POSTGRESQL_MASTER_HOST: Hostname/IP of replication master (parameter available only on slave).
POSTGRESQL_MASTER_PORT: Port of replication master, defaults to 5432 (parameter available only on slave).
VOLUMES:
$BITNAMI_APP_VOL_PREFIX/data: Location of $BITNAMI_APP_NAME data files.

View File

@@ -2,6 +2,11 @@ environment_variables:
POSTGRESQL_USER: "User to be created on first boot (default: postgres)."
POSTGRESQL_PASSWORD: "Password to be set for POSTGRESQL_USER on first boot (default: none)."
POSTGRESQL_DATABASE: "Database to be created on first boot, accessible by POSTGRESQL_USER (default: none)."
POSTGRESQL_REPLICATION_MODE: "Replication mode. Possible values master/slave (default: none)."
POSTGRESQL_REPLICATION_USER: "Replication user. User is created on the master at first boot (default: none)."
POSTGRESQL_REPLICATION_PASSWORD: "Replication users password. Password is set for POSTGRESQL_REPLICATION_USER on master on the first boot (default: none)."
POSTGRESQL_MASTER_HOST: "Hostname/IP of replication master (parameter available only on slave)."
POSTGRESQL_MASTER_PORT: "Port of replication master, defaults to `5432` (parameter available only on slave)."
volumes:
$BITNAMI_APP_VOL_PREFIX/data: "Location of $BITNAMI_APP_NAME data files."
$BITNAMI_APP_VOL_PREFIX/conf: "Location of $BITNAMI_APP_NAME config files."