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

added authDbName field #58

Closed mixamlv closed 10 years ago

mixamlv commented 10 years ago

added authDbName field which points to db name for authentification in mongo. There are cases when you need to authentificate to "admin" db but store scheduler data in other logical db.