| Copyright | (c) CNRS 2017-Present |
|---|---|
| License | AGPL + CECILL v3 |
| Maintainer | team@gargantext.org |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Gargantext.API.Admin.Settings
Description
Synopsis
- devSettings :: FilePath -> IO Settings
- type RepoDirFilePath = FilePath
- repoSnapshot :: RepoDirFilePath -> FilePath
- repoSaverAction :: RepoDirFilePath -> Serialise a => a -> IO ()
- devJwkFile :: FilePath
- newEnv :: Logger (GargM Env BackendInternalError) -> PortNumber -> FilePath -> IO Env
- newPool :: ConnectInfo -> IO (Pool Connection)
Documentation
devSettings :: FilePath -> IO Settings #
type RepoDirFilePath = FilePath #
RepoDir FilePath configuration
repoSnapshot :: RepoDirFilePath -> FilePath #
repoSaverAction :: RepoDirFilePath -> Serialise a => a -> IO () #
devJwkFile :: FilePath #
newEnv :: Logger (GargM Env BackendInternalError) -> PortNumber -> FilePath -> IO Env #
newPool :: ConnectInfo -> IO (Pool Connection) #