Skip to content

Commit

Permalink
Add environment variable usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h authored Jul 26, 2024
1 parent 557316d commit bc19252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ a PostgreSQL or Clickhouse database.
docs/tutorial/substreams.yaml
```

> **Note** You can use environment variables for all commands using the syntax `SINK_SQL_{COMMAND}_{FLAG}={value}` (e.g. `SINK_SQL_RUN_UNDO_BUFFER_SIZE=100` is equivalent to `substreams-sink-sql run [...] --undo-buffer-size 100`)
1. Tear down your Docker Compose cluster

```bash
Expand Down

0 comments on commit bc19252

Please sign in to comment.