11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
|
|
HOST=0.0.0.0
|
||
|
|
PORT=8000
|
||
|
|
DATABASE_PATH=./data/holy_crab.db
|
||
|
|
FILE_STORAGE_PATH=./data/files
|
||
|
|
CRAWLER_BASE_URL=http://43.139.175.114:12007
|
||
|
|
CRAWLER_RETRY_TIMES=3
|
||
|
|
CRAWLER_RETRY_DELAY_SECONDS=2
|
||
|
|
CRAWLER_TIMEOUT_SECONDS=120
|
||
|
|
CRAWLER_POLL_INTERVAL_SECONDS=5
|
||
|
|
CORS_ORIGIN=http://localhost:5173
|