Fix tests

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-07 01:01:06 -04:00
parent b3156c5553
commit e0655a683d
2 changed files with 21 additions and 3 deletions

2
config
View File

@@ -4,7 +4,7 @@ export POSTGRES_IMAGE_VERSION=${POSTGRES_IMAGE_VERSION:="9.5"}
export POSTGRES_ROOT=/var/lib/dokku/services/postgres
export PLUGIN_COMMAND_PREFIX="postgres"
export PLUGIN_DATA_ROOT=$POSTGRES_ROOT
export PLUGIN_DATA_ROOT=${PLUGIN_DATA_ROOT:="$POSTGRES_ROOT"}
export PLUGIN_DATASTORE_PORTS=(5432)
export PLUGIN_DEFAULT_ALIAS="DATABASE"
export PLUGIN_IMAGE=$POSTGRES_IMAGE