1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00

4 lines
84 B
Bash
Raw Permalink Normal View History

2022-02-06 07:55:51 +00:00
DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/todo.db
SQLX_OFFLINE=true
RUST_LOG=info