holy后端

This commit is contained in:
2026-08-04 14:02:45 +08:00
commit 175b38138e
25 changed files with 3752 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
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