From aee819b690fd73226eacde839962c56f870130f2 Mon Sep 17 00:00:00 2001 From: MatteoPologruto Date: Wed, 22 Nov 2023 15:14:33 +0100 Subject: [PATCH] Add documentation for the `network.proxy` configuration's field --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 334dac750a4..4d16b158b1b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -42,6 +42,8 @@ - `ttl` - cache expiration time of build folders. If the cache is hit by a compilation the corresponding build files lifetime is renewed. The value format must be a valid input for [time.ParseDuration()](https://pkg.go.dev/time#ParseDuration), defaults to `720h` (30 days). +- `network` - configuration options related to the network connection. + - `proxy` - URL of the proxy server. ## Configuration methods