Configuration

How the magic configuration hierarchy works

CAF starts by loading the application config file:


projects/MyProject/applications/myapp1/framework.conf
<<include ../framework.conf>>


projects/MyProject/applications/framework.conf
<<include ../framework.conf>>


projects/MyProject/framework.conf
<<include ../framework.conf>>


projects/framework.conf
# It's turtles all the way up!