12 lines
153 B
Bash
12 lines
153 B
Bash
# .env
|
|
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
|
|
|
|
|
|
|
|
CSV_DOWNLOAD_TIMEOUT=30
|
|
CSV_MAX_SIZE_MB=10
|
|
API_VERSION=v1
|
|
LOG_LEVEL=INFO
|