Closed tracend closed 11 years ago
This could be done simply with:
res.locals.config = req.site.config;
Site config is now available using:
res.locals.site = brisk.loadConfig('site');
Although this is not the complete config it should be enough (+ safer) to address this issue
This could be done simply with: