Cactus has a 'config' tag that allows you to access the variables specified in the config.json file.
So, if your config.json contains the following line:
"email": " webmaster@example.com ",
... then in your templates you can reference this with:
{% config "email"%}
Hope this answer was worth 18 months of waiting!
Anton source
share