1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/database_interactions/sqlx_todo/.env.example
Rob Ede bfede4c1bb
improve sqlx example
inspired by #455
2021-10-07 03:00:13 +01:00

5 lines
112 B
Plaintext

HOST=127.0.0.1
PORT=8080
DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/test.db
RUST_LOG=sqlx_todo=info,actix=info