Update agent setup script to write new ClickHouse env var name

This commit is contained in:
Owen Greenhalgh
2026-05-18 12:15:09 +01:00
parent 968d6f9b23
commit b191b0904b
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ Set these in the process environment before running `bun dev:agent` and they wil
| PostgreSQL | 5432 | Database: `autumn`, user: `postgres`, password: `postgres` |
| Redis Stack | 6379 | Used for `CACHE_URL` and `CACHE_URL_US_EAST` (RedisJSON required) |
| ElasticMQ | 9324 | Local SQS replacement, queue: `autumn.fifo` |
| ClickHouse | 8123 | Used for `TINYBIRD_CLICKHOUSE_URL` |
| ClickHouse | 8123 | Used for `TINYBIRD_US_EAST_CLICKHOUSE_URL` |
| Server | 8080 | Autumn API server |
| Vite | 3000 | Frontend dev server |
| Checkout | 3001 | Checkout app dev server |