You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a developer
When I set the environment variable MONGO_URL
And I start the application
Then the application will start connected to the set database
The text was updated successfully, but these errors were encountered:
Currently it relies on MONGOLAB_URI - using dokku:mongo we see that the default URL created when we link up is MONGO_URL so if we could have the cruncher either use this or fall back to it then that would simplify our deploy process
It looks to me like the key change would be in the Procfile, but maybe also in .s2i/bin/run and .openshift/action_hooks/start although I think those files might be specific to our old hosting provider openshift - @joaopapereira perhaps they should also be updated? deleted? ignored?
Given a developer
When I set the environment variable MONGO_URL
And I start the application
Then the application will start connected to the set database
The text was updated successfully, but these errors were encountered: