A Blog Module

I am creating a Blog Module that will run on its own.

The problem I am having is that I need to come up with an efficient
method to load configurations from a Database to set routes in
ModuleConfig within routes & parentSettings (routes) areas. How do I
inject configurations without hard coding them in ModuleConfig.cfc?

Thanks - JD

You create the onLoad method that fires once the module is loaded and activated. You can then fire off a service call that will do all that you need done.