2020-04-30 21:16:45 -07:00

5 lines
125 B
Plaintext

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