2022-03-21 01:12:54 +08:00

3 lines
91 B
Bash

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