Files

8 lines
144 B
Haskell

module ChatTests.DBUtils.Postgres where
data TestParams = TestParams
{ tmpPath :: FilePath,
portBase :: Int,
printOutput :: Bool
}