You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Benchmarkoor is a benchmarking tool for Ethereum execution clients. It runs stan
18
18
The easiest way to get started is using Docker Compose:
19
19
20
20
Start the UI and API. By default the UI will be listening on [http://localhost:8080](http://localhost:8080) and the API on [http://localhost:9090](http://localhost:9090).
21
+
The default login is: `admin` with password: `changeme`, which is configured in the [config.example.docker.yaml](config.example.docker.yaml) configuration file
0 commit comments