We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
network.proxy
1 parent 89f8f04 commit af0cc74Copy full SHA for af0cc74
docs/configuration.md
@@ -42,6 +42,8 @@
42
- `ttl` - cache expiration time of build folders. If the cache is hit by a compilation the corresponding build files
43
lifetime is renewed. The value format must be a valid input for
44
[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.
47
48
## Configuration methods
49
0 commit comments