| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Conduit
Synopsis
- data ConduitOps = ConduitOps {}
- data PGConnOps = PGConnOps {
- connStr :: !Text
- connSize :: !Int
- connTimeout :: !Int
- connStripes :: !Int
- truncTables :: !Bool
- data EnvType
- data JWTOps = JWTOps {
- jwtOpsSecret :: !Text
- jwtOpsExpTime :: !Seconds
- main :: ConduitOps -> IO ()
Documentation
data ConduitOps Source #
Constructors
| PGConnOps | |
Fields
| |
The type of the runtime environment. Development has more logging and auto-runs DB migrations.
Constructors
| Production | |
| Development |
Initial JWT config state @ application startup, converted to JWTInfo.
Constructors
| JWTOps | |
Fields
| |
main :: ConduitOps -> IO () Source #