1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
2022-02-06 07:55:51 +00:00

4 lines
84 B
Bash

DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/todo.db
SQLX_OFFLINE=true
RUST_LOG=info