1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00
2021-02-26 00:57:58 +00:00

5 lines
126 B
Plaintext

HOST=127.0.0.1
PORT=5000
DATABASE_URL="postgres://user:pass@192.168.33.11/actix_sqlx_todo"
RUST_LOG=sqlx_todo=info,actix=info