packages feed

RESTng-0.1: Example/Config.hs

module Config where

import RESTng.System (runRESTng)

-----------------------------
-- database configuration ---
-----------------------------
connString = "host=dbhost dbname=dbname user=username password=pwd"
runDB =  runRESTng connString

----------------------
-- file structure ----
----------------------
publicFilesDir = "./public/"