Update README.md

This commit is contained in:
smo
2025-02-19 11:38:30 +00:00
parent 79ab9ecebb
commit 8a587dcd9b

View File

@@ -14,6 +14,13 @@ env variables for docker build:
rawDB := os.Getenv("RAW_DB")
```
eg:
CH_HOST: clickhouse.local
CH_PORT: 9000 (native clickhouse)
CH_USER: default (specifically a user with just enough rights)
CH_PASS: password
RAW_DB: Raw database that clickhouse writes to
flags
```