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
247 stars 199 forks source link

quartz.properties placeholder #170

Closed lobanovsky closed 5 years ago

lobanovsky commented 5 years ago

How to replace quartz.properties placeholder values from VM options? For example, org.quartz.jobStore.mongoUri=${MONGODB_URI}

michaelklishin commented 5 years ago

This sounds very much like a generic question about Quartz.