4 lines
82 B
Bash
4 lines
82 B
Bash
HOST=127.0.0.1
|
|
PORT=8000
|
|
DATABASE_URL="mysql://root:root@localhost/actix_example"
|