This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Architecture - Configuration
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.







