jerguero-rs/.env.example
2024-08-10 16:50:09 -05:00

5 lines
119 B
Plaintext

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