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

authDbName param #59

Closed mixamlv closed 10 years ago

mixamlv commented 10 years ago

There are cases when you need to authentificate to "admin" db but store scheduler data in other logical db. To achieve this authDbName field is added.