6 lines
179 B
Bash
6 lines
179 B
Bash
|
HOST=127.0.0.1
|
||
|
PORT=3000
|
||
|
DATABASE_URL=postgres://crawlect:nKd6kuHVGZEwCE6xqSdTQAuem3tc2a@winhost:5432/crawlect
|
||
|
DATABASE_MAX_CONNECTIONS=5
|
||
|
RUST_LOG=crawlect=debug,tower_http=debug
|