initial commit

This commit is contained in:
Anton
2026-04-28 16:18:07 +03:00
commit 6480f31e8f
7 changed files with 243 additions and 0 deletions

20
.env.example Normal file
View File

@@ -0,0 +1,20 @@
POSTGRES_DB=miem_workers
POSTGRES_USER=miem
POSTGRES_PASSWORD=change-me
POSTGRES_PORT=5432
DATABASE_URL=postgresql+psycopg://miem:change-me@postgres:5432/miem_workers
SOURCE_URL=https://miem.hse.ru/persons
CRAWL_CRON=0 3 * * 1
CRAWL_LIMIT=
REQUEST_TIMEOUT=30
REQUEST_DELAY_SECONDS=1
PARSER_USE_PLAYWRIGHT=false
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-me
SESSION_SECRET=change-me-session-secret
MCP_TOKEN=change-me-mcp-token
API_PORT=8000
MCP_PORT=8001