michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Be able to give a MongoURI to configure the Mongo client used #34

Closed illyr closed 11 years ago

illyr commented 11 years ago

Currently we cannot change the default port for example

michaelklishin commented 11 years ago

You can provide authentication credentials.

illyr commented 11 years ago

Yes that's right: I have updated the issue.

illyr commented 11 years ago

If you agree with this issue, I will submit a pull request -> I prefer to use directly your project than my fork.

michaelklishin commented 11 years ago

Sure, having a way to specify a URI is a very good idea, especially for people who may be running on CloudFoundry, Heroku, et cetera.

illyr commented 11 years ago

Ok great I will submit you a pull request in a few hours then

illyr commented 11 years ago

I submitted you a pull request https://github.com/michaelklishin/quartz-mongodb/pull/35 I close this issue