Skip to content

Commit ad22f75

Browse files
committed
docs: update docs for webui
1 parent 869e18e commit ad22f75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ curl -H "Accept: application/json" http://127.0.0.1:55006/application/active
147147
# Web API
148148
A restful json api is exposed by default on the local interface, allowing you to build web applications that visualize requests, blocks and the cache. [reaper](https://github.com/looterz/reaper) is the default grimd web frontend.
149149

150+
151+
If you want to enable the default dashboard, make sure the configuration file contains the following:
152+
153+
```toml
154+
dashboard = true
155+
```
156+
150157
![reaper-example](http://i.imgur.com/oXLtqSz.png)
151158

152159
# Speed

0 commit comments

Comments
 (0)