Deploy the ZED_CLIENT_CHECKSUM_SEED too (#8289)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-02-23 10:40:02 -07:00 committed by GitHub
parent 602fd58929
commit b0872b5b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,7 @@ BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key"
BLOB_STORE_BUCKET = "the-extensions-bucket"
BLOB_STORE_URL = "http://127.0.0.1:9000"
BLOB_STORE_REGION = "the-region"
ZED_CLIENT_CHECKSUM_SEED = "development-client-checksum-seed"
ZED_CLIENT_CHECKSUM_SEED = "development-checksum-seed"
CLICKHOUSE_URL = "http://localhost:8123"
CLICKHOUSE_USER = ""