mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
4 lines
84 B
Bash
4 lines
84 B
Bash
DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/todo.db
|
|
SQLX_OFFLINE=true
|
|
RUST_LOG=info
|