Commit e9fd451
committed
chore: default local dev event store to ClickHouse in .env.example
Fresh clones left EVENT_REPOSITORY_DEFAULT_STORE unset, which falls back
to the "postgres" store. The local stack is already ClickHouse-backed
(run replication + CLICKHOUSE_URL), so dev run traces showed up empty
even though the run itself appeared. Default it to clickhouse_v2.1 parent a9f756b commit e9fd451
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
0 commit comments