3 lines
91 B
Bash
3 lines
91 B
Bash
HOST=127.0.0.1
|
|
PORT=8000
|
|
DATABASE_URL="postgres://postgres:password@localhost/axum_exmaple" |