Format Readme (#30)

Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/30
This commit is contained in:
6543 2024-07-22 21:35:53 +00:00
parent 7ea01d1b3b
commit 1b0f1c5754

View File

@ -9,11 +9,11 @@ HTTP client library.
## Builtin settings
| Settings Name | Environment variable | Default | Description |
|---|---|----|---|
| ------------- | -------------------- | ------- | ---------------------------------------------------------------------------- | ------------------------------------ |
| `log_level` | - | `info` | Sets log level (`panic`, `fatal`, `error`, `warn`, `info`, `debug`, `trace`) |
| `skip_verify` | - | `false` | - | Skip verification of TLS certificate |
| | `SOCKS_PROXY` | *none* | SOCKS5 proxy to use for connections |
| | `SOCKS_PROXY_OFF` | *none* | Do not use SOCKS5 proxy |
| | `SOCKS_PROXY` | _none_ | SOCKS5 proxy to use for connections |
| | `SOCKS_PROXY_OFF` | _none_ | Do not use SOCKS5 proxy |
## Creating plugin