-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 849 Bytes
/
.env.example
File metadata and controls
20 lines (16 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# LOCAL DEVELOPMENT .env settings (typically gitignored)
# These would be used if running phentrieve CLI directly on host
# Uncomment and set these paths for local development
# PHENTRIEVE_DATA_ROOT_DIR=./data_local_dev # Example path relative to project root
# LOG_LEVEL=DEBUG
# Specific subdirectory overrides (optional)
# PHENTRIEVE_DATA_DIR=./data_local_dev/hpo_core_data # For HPO source files
# PHENTRIEVE_INDEX_DIR=./data_local_dev/indexes # For ChromaDB indexes
# PHENTRIEVE_RESULTS_DIR=./data_local_dev/results # For benchmark results
# You can also set absolute paths if needed
# PHENTRIEVE_DATA_ROOT_DIR=/path/to/your/data
# API quota and proxy settings
PHENTRIEVE_ENV=development
PHENTRIEVE_TRUSTED_PROXY_CIDRS=172.16.0.0/12,127.0.0.1/32
PHENTRIEVE_LLM_DAILY_LIMIT=3
PHENTRIEVE_LLM_QUOTA_DB_PATH=../data/app/llm_quota.db