ColdBox equivalent of Contstant?

Hi guys,

I am refactoring some old CF code and need to create some constant variables that my CFC's need to reference. I came across this article which explains an approach but what I get out of this is that this can be achieved by creating structures. http://blog.stannard.net.au/2008/05/09/using-constants-in-coldfusion-components/

If that is the case is the configuration struct within ColdBox.cfc essentially like creating a bunch of constant vars?

Thanks.

Nolan