Cobalt 6a22207944
chore: Upgrade to Actix Web 4 (#638)
* chore: Upgrade to actix-web 4

* fix: Update example names for CI tests
2022-04-02 22:00:49 +08:00

4 lines
82 B
Bash

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