jerguero-rs/.env.example

5 lines
119 B
Bash

# Postgres database URL
DATABASE_URL=postgres://postgres:password@localhost:3306/database
# Logger level
RUST_LOG=info