# g1_smoke override — disables vectord persistence so the in-memory # API test stays pure (no rehydrate-from-storaged contamination). # g1p_smoke covers the persistence path. [gateway] bind = "127.0.0.1:3110" storaged_url = "http://127.0.0.1:3211" catalogd_url = "http://127.0.0.1:3212" ingestd_url = "http://127.0.0.1:3213" queryd_url = "http://127.0.0.1:3214" vectord_url = "http://127.0.0.1:3215" [storaged] bind = "127.0.0.1:3211" [vectord] bind = "127.0.0.1:3215" storaged_url = "" # disable persistence — pure in-memory for this smoke [s3] endpoint = "http://localhost:9000" region = "us-east-1" bucket = "lakehouse-go-primary" use_path_style = true