3 lines
83 B
Bash
3 lines
83 B
Bash
HOST=127.0.0.1
|
|
PORT=8000
|
|
DATABASE_URL="postgres://root:root@localhost/axum_example" |