bdcs-api-0.1.3: BDCS API Server

Safe HaskellNone
LanguageHaskell2010

BDCS.API.Config

Description

BDCS API Server Configuration

Documentation

data ServerConfig Source #

Constructors

ServerConfig 

Fields

  • cfgRepoLock :: GitLock

    Lock required for accessing recipe repo

  • cfgChan :: TChan AskTuple

    Channel for the API server to ask things of the compose server. The tuple is the message that needs a response and a location for where the response should be written to.

  • cfgPool :: ConnectionPool

    SQL connection pool for accessing MDDB

  • cfgBdcs :: FilePath

    Location of the content store

  • cfgResultsDir :: FilePath

    Base location for writing results