# Lakehouse-Go config — G0 dev defaults. Overrides via env are a # G1+ concern; for G0 edit this file and restart the affected service. # G0 dev ports — shifted to 3110+ so the Go services run alongside # the live Rust lakehouse on 3100/3201-3204 without colliding. G5 # (demo cutover) flips gateway back to 3100 when Rust retires. [gateway] bind = "127.0.0.1:3110" [storaged] bind = "127.0.0.1:3211" [catalogd] bind = "127.0.0.1:3212" [ingestd] bind = "127.0.0.1:3213" [queryd] bind = "127.0.0.1:3214" [s3] endpoint = "http://localhost:9000" region = "us-east-1" bucket = "lakehouse-go-primary" # G0 dedicated bucket so Rust + Go coexist access_key_id = "" # populated by SecretsProvider from /etc/lakehouse/secrets-go.toml secret_access_key = "" # ditto use_path_style = true [log] level = "info"