1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/todo/.env
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