module Festung.Config (Config(..)) where data Config = Config { dataDirectory :: String , vaultTimeout :: Int , port :: Int }