Alex Balashov wrote:
Almost, except I need to be able to define this
independently for
custom purposes. For example:
modparam("permissions", "db_url",
"postgres://@cfg_get.db.user:@cfg_get.db.password\@@cfg_get.db.host/@cfg_get.user.dbname")
--
Hello Alex,
I see what you mean, but I don't really know if it's possible, because
at the time of module initialization some core cfg's might not be
registered(especially for built-in modules which are initialized before
sr_cfg_init() ).
Marius