Skip to content

Architecture Configuration

alsonkemp edited this page Sep 13, 2010 · 2 revisions

All configuration for Turbinado is done using files in the Config directory.

Config/Master.hs

This is the master configuration file. It imports any application specific configuration files. This file is imported by any modules that require access to configuration settings. In general, this is not a user editable file.

Config/App.hs

This is the application specific configuration file. A sample version is included at App.hs.sample.

Clone this wiki locally