More Dokku mangling.

pull/37/head
rick carlino 2014-05-04 11:02:55 -07:00
parent e1a064446d
commit f5e192bf15
1 changed files with 5 additions and 13 deletions

View File

@ -21,16 +21,8 @@ test:
production:
sessions:
default:
host: <%= ENV['MONGO_URL'] %>
port: <%= ENV['MONGODB_PORT'] %>
username: <%= ENV['MONGODB_USERNAME'] %>
password: <%= ENV['MONGODB_PASSWORD'] %>
database: <%= ENV['MONGODB_DATABASE'] %>
default:
sessions:
default:
host: <%= ENV['MONGO_URL'] %>
port: <%= ENV['MONGODB_PORT'] %>
username: <%= ENV['MONGODB_USERNAME'] %>
password: <%= ENV['MONGODB_PASSWORD'] %>
database: <%= ENV['MONGODB_DATABASE'] %>
uri: <%= ENV['MONGO_URL'] %>
# port: <%= ENV['MONGODB_PORT'] %>
# username: <%= ENV['MONGODB_USERNAME'] %>
# password: <%= ENV['MONGODB_PASSWORD'] %>
# database: <%= ENV['MONGODB_DATABASE'] %>