5 lines
109 B
Bash
5 lines
109 B
Bash
HOST=127.0.0.1
|
|
PORT=8000
|
|
#DATABASE_URL="mysql://root:@localhost/poem_example"
|
|
DATABASE_URL="sqlite::memory:"
|