Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
13 lines
265 B
Plaintext
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
|