2021-10-01 11:14:59 +08:00

4 lines
78 B
Bash

HOST=127.0.0.1
PORT=8000
DATABASE_URL="mysql://root:@localhost/actix_example"