| Copyright | (c) IOcrafts 2024-present |
|---|---|
| License | BSD |
| Maintainer | Maurizio Dusi |
| Stability | stable |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Config
Description
This module parses a YAML file with configuration options.
Example of conf.yaml:
remote:
hostname: sftp.domain.com
port: 22
username: username
password: password
known_hosts: /home/user/.ssh/known_hosts
Documentation
Represents the configuration settings for the application.
Constructors
| Config | |
Fields
| |