Skip to content

Commit dc5f5e0

Browse files
committed
Merge remote-tracking branch 'origin/enelson/http-cache' into enelson/http-cache
2 parents c997950 + fbabad7 commit dc5f5e0

File tree

1 file changed

+4
-4
lines changed
  • rush-plugins/rush-http-build-cache-plugin

1 file changed

+4
-4
lines changed

rush-plugins/rush-http-build-cache-plugin/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Once enabled, configure the HTTP build cache in config file `common/config/rush-
2626
}
2727
```
2828

29-
- url: The server to store cache objects.
30-
- tokenHandler: A script that can print the Authorization header expected by the server. The value printed to `stdout` by this command should be an exact header, for example, `Bearer ab98d8c878d937290d979a9097c90dfffff` or `Basic 098abc7dff==`.
31-
- isCacheWriteAllowed: A flag that determines if the plugin should write to the cache.
29+
- `url`: The server to store cache objects.
30+
- `tokenHandler`: A script that can print the Authorization header expected by the server. The value printed to `stdout` by this command should be an exact header, for example, `Bearer ab98d8c878d937290d979a9097c90dfffff` or `Basic 098abc7dff==`.
31+
- `isCacheWriteAllowed`: A flag that determines if the plugin should write to the cache.
3232

3333
## HTTP Cache Server Requirements
3434

@@ -58,7 +58,7 @@ First, start up and configure your build cache node locally:
5858

5959
Second, create your `rush-http-build-cache-plugin.json` file as described in the Configuration section:
6060

61-
- Note that your `url` should end with `/cache`, for example, `http://localhost:5071/cache/`
61+
- Note that your `url` should end with `/cache/`, for example, `http://localhost:5071/cache/`
6262
- To test reading and writing, set `isCacheWriteAllowed: true`.
6363
- Configure `tokenHandler` to point to a script that prints a Basic or Bearer Authorization value (this can be a dummy string if you granted Read and Write to Anonymous in your build cache node configuration).
6464

0 commit comments

Comments
 (0)