mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
@ -1,4 +1,4 @@
|
||||
HOST=127.0.0.1
|
||||
PORT=5000
|
||||
DATABASE_URL=sqlite://database_interactions/sqlx_todo/test.db
|
||||
PORT=8080
|
||||
DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/test.db
|
||||
RUST_LOG=sqlx_todo=info,actix=info
|
||||
|
Reference in New Issue
Block a user