mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
HOST=127.0.0.1
|
|
PORT=5000
|
|
DATABASE_URL="postgres://user:pass@192.168.33.11/actix_sqlx_todo"
|
|
RUST_LOG=actix_rest_api_sqlx=info,actix=info
|