jeffutter / dokku-mongodb-plugin

Plugin to setup Mongodb accounts for containers deployed to Dokku
GNU General Public License v2.0
154 stars 52 forks source link

Configuration Issue #80

Closed Subash closed 9 years ago

Subash commented 9 years ago

My ENV file keeps reverting to some null keywords.

export MONGODB_DATABASE="prepros_io-production"
export MONGODB_HOST="127.0.0.1
null"
export MONGODB_PORT="27017"
export MONGODB_USERNAME="username"
export MONGODB_PASSWORD="abcd"
export MONGO_URL="mongodb://username:abcd@127.0.0.1
null:27017/prepros_io-production"
export MONGO_URI="mongodb://username:abcd@127.0.0.1
null:27017/prepros_io-production"
jeffutter commented 9 years ago

I believe that last merge should fix this. Can you confirm?