2021-11-06 17:33:51 +08:00

3 lines
91 B
Bash

HOST=127.0.0.1
PORT=8000
DATABASE_URL="postgres://postgres:password@localhost/axum_exmaple"