Skip to content

Commit a2d76dc

Browse files
authored
chore(readme): add note about default admin user (#99)
1 parent 34ebcfe commit a2d76dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Benchmarkoor is a benchmarking tool for Ethereum execution clients. It runs stan
1818
The easiest way to get started is using Docker Compose:
1919

2020
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
22+
2123
```bash
2224
# Starts the UI (port 8080) and API (port 9090)
2325
make docker-run

0 commit comments

Comments
 (0)