Skip to content

Commit

Permalink
Merge pull request #56 from DenisCarriere/patch-2
Browse files Browse the repository at this point in the history
Update default Clickhouse password to blank
  • Loading branch information
maoueh authored Nov 15, 2024
2 parents c596f46 + 5ba10fd commit ee59184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Substreams:SQL sink helps you quickly and easily sync Substreams modules to
**Clickhouse**

```bash
export DSN="clickhouse://default:default@localhost:9000/default"
export DSN="clickhouse://default:@localhost:9000/default"
substreams-sink-sql setup $DSN docs/tutorial/substreams.yaml
```

Expand Down

0 comments on commit ee59184

Please sign in to comment.