lyrid 0.2.0

A music universe: a canonical sky of artists and genres you explore through real listening
1
2
3
4
5
6
7
8
9
10
# 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