You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.