Bricklayer use a simple text file for configuration values. The file is called App.conf it should be in the top directory of your Bricklayer install Each line contains a Key=Value pair that specifies some configuration value for Bricklayer. Some of the default keys in the file are template_ext (the extension of your template files), dbhandler (the default database driver plugin), access (the default access plugin), and debug (turns on debugging for the bricklayer app). The config values can be retrieved with the ->config() method.
Jeremy Wall
2006-08-21