festung-0.9.1.1: src/Festung/Config.hs
module Festung.Config (Config(..)) where
data Config = Config { dataDirectory :: String
, vaultTimeout :: Int
, port :: Int
}
module Festung.Config (Config(..)) where
data Config = Config { dataDirectory :: String
, vaultTimeout :: Int
, port :: Int
}