Skip to content

Commit af0cc74

Browse files
[skip-changelog] Add documentation for the network.proxy configuration's field (#2433)
1 parent 89f8f04 commit af0cc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
- `ttl` - cache expiration time of build folders. If the cache is hit by a compilation the corresponding build files
4343
lifetime is renewed. The value format must be a valid input for
4444
[time.ParseDuration()](https://pkg.go.dev/time#ParseDuration), defaults to `720h` (30 days).
45+
- `network` - configuration options related to the network connection.
46+
- `proxy` - URL of the proxy server.
4547

4648
## Configuration methods
4749

0 commit comments

Comments
 (0)