initial commit
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user