# docker-compose configuration
POSTGRES_PASSWORD=change-me
# Hostnames the server will accept in the Host header. "*" disables the check
# (fine behind a validating proxy); for direct exposure list your hostname:
# BUS_ALLOWED_HOSTS=bus.example.com
BUS_ALLOWED_HOSTS=*
# For running the binary directly (not needed under docker-compose):
# DATABASE_URL=postgres://bus:change-me@localhost:5432/bus
# For `ai-crew-sync client ...`:
# BUS_URL=http://localhost:8787/mcp
# BUS_TOKEN=acs_...