API-Server
Configuration
The API-Server can be configured via a config file (YAML, JSON or TOML) located
at /etc/enclave/config.yaml, $HOME/.enclave or ./.
The configuration file supports the following options:
| Option | Allowed Values | Description |
|---|---|---|
human_readable_output | true / false | Enable Human-reable output (= to stdout and in color) for the logs |
log_level | debug, info, warn or error | Set the log-level |
production_environment | true / false | Operate (gin) server in production mode |
port | <port> | Port to run the API-Server on |