Accessing vars from Coldbox.cfc in the View

This is such a lame question, I'm almost embarrassed to ask. :slight_smile:

If I wanted to access the variables defined in coldbox.cfc in a View,
how would I do that? I know how to get to them in the model using
inject="coldbox:datasource:dsn" (in the case of the datasources
structure). What's the syntax to reach it in the view? I don't plan
to pull the dsn, rather I defined another structure in there that I
want to access, different from the Settings values. Or am I going
about it wrong and should put it in Settings?

Thanks!

Rob