Files
go-receipt-tracker-api/config.yml
2025-02-03 18:16:07 -05:00

9 lines
159 B
YAML

---
database:
dsn: "postgres://bun:bun@localhost:5432/bun?sslmode=disable"
timezone: America/New_York
logging:
level: DEBUG
output: JSON
source: false