From d01ae5e1d73641cde2254810dab213fd32d256b1 Mon Sep 17 00:00:00 2001 From: Greg Fausak Date: Sat, 7 Feb 2015 19:27:20 +0000 Subject: [PATCH] oops, got the environment var wrong --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 6a0ae90..35ee784 100755 --- a/start +++ b/start @@ -9,7 +9,7 @@ PG_DATADIR="${PG_HOME}/${PG_VERSION}/main" # set this env variable to Y to enable a line in the # pg_hba.conf file to trust samenet. this can be used to connect # from other containers on the same host without authentication -PSQL_TRUST_LOCALNET="N" +PSQL_TRUST_LOCALNET=${PSQL_TRUST_LOCALNET:N} DB_NAME=${DB_NAME:-} DB_USER=${DB_USER:-}