43cb339605
Run scans in background with progress/status updates and store scan metrics in memory or PostgreSQL. Made-with: Cursor
5 lines
132 B
Bash
5 lines
132 B
Bash
HTTP_ADDR=:8080
|
|
STORE_BACKEND=memory
|
|
# DB_DSN=postgres://nettopo:nettopo@localhost:5432/nettopo?sslmode=disable
|
|
RUN_MIGRATIONS=true
|