Files
stack/.env.example
2026-03-13 01:55:33 +00:00

13 lines
265 B
Plaintext

# Database
DATABASE_URL=postgresql://mosaic:mosaic@localhost:5432/mosaic
# Valkey (Redis-compatible)
VALKEY_URL=redis://localhost:6379
# OpenTelemetry
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
OTEL_SERVICE_NAME=mosaic-gateway
# Gateway
GATEWAY_PORT=4000