# Copy to .env for local development. The real .env is never committed.
# PostgreSQL connection string. Matches docker-compose.yml out of the box.
DATABASE_URL=postgres://lyrid:lyrid@localhost:5432/lyrid
# Address the HTTP server binds to. Optional; defaults to 0.0.0.0:8080.
LYRID_ADDR=127.0.0.1:8080
# Log filter (tracing-subscriber EnvFilter syntax). Optional.
RUST_LOG=lyrid=debug,tower_http=info