import full eventflow project
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# LLM (OpenAI-compatible gateway)
|
||||
LLM_BASE_URL=http://129.204.192.37:23000/v1
|
||||
LLM_API_KEY=sk-REDACTED
|
||||
LLM_MODEL=gpt-5.2
|
||||
|
||||
# DB
|
||||
DATABASE_URL=sqlite:///./eventflow.sqlite3
|
||||
|
||||
# Ingest tuning
|
||||
FETCH_UA=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123 Safari/537.36
|
||||
FETCH_RPS_PER_DOMAIN=0.2
|
||||
FETCH_TIMEOUT_SECS=15
|
||||
FETCH_MAX_RETRIES=3
|
||||
Reference in New Issue
Block a user