docs: document Gateway.NoFetch
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Feb 15, 2019 at 15:52 UTC
df475f48176b56a68d838c4ab07521160023b5b2
1 file changed
+6
docs/config.md
+6
@@ -224,6 +224,12 @@ Valid modes are:
224
## `Gateway`
225
Options for the HTTP gateway.
226
227
+- `NoFetch`
228
+When set to true, the gateway will only serve content already in the local repo
229
+and will not fetch files from the network.
230
+
231
+Default: `false`
232
+
233
- `HTTPHeaders`
234
Headers to set on gateway responses.
235