Move setting of PLUGIN_BASE_PATH to config

This commit is contained in:
Jose Diaz-Gonzalez
2016-05-15 18:41:11 -04:00
parent c867b7dc2d
commit 4d6a20fec4
2 changed files with 4 additions and 4 deletions

4
config
View File

@@ -12,3 +12,7 @@ export PLUGIN_IMAGE=$POSTGRES_IMAGE
export PLUGIN_IMAGE_VERSION=$POSTGRES_IMAGE_VERSION
export PLUGIN_SCHEME="postgres"
export PLUGIN_SERVICE="Postgres"
export PLUGIN_BASE_PATH="$PLUGIN_PATH"
if [[ -n $DOKKU_API_VERSION ]]; then
export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH"
fi