Fergus b6739915b7
Add salvo example (#908)
* Add salvo example

* cargo clippy

* bug fix
2022-07-26 14:47:12 +08:00

5 lines
109 B
Bash

HOST=127.0.0.1
PORT=8000
#DATABASE_URL="mysql://root:@localhost/poem_example"
DATABASE_URL="sqlite::memory:"