Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Then check the logs:
docker logs <problematic container, example: cdk-validium-sync>
```

Aditionaly, it can be worth checking the DBs:
Additionally, it can be worth checking the DBs:

- StateDB: `psql -h localhost -p 5432 -U state_user state_db`, password: `state_password`
- PoolDB: `psql -h localhost -p 5433 -U pool_user pool_db`, password: `pool_password`
Expand Down