You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
220 B
Bash

APP_ENV=dev
STOCK_ORACLE_URL=http://localhost:18001
STOCK_ORACLE_TIMEOUT=30
POSTGRES_DSN=postgresql+asyncpg://acef:acef@localhost:5432/acef
DATA_ROOT=./data
LOG_LEVEL=INFO
OPENAI_API_KEY=sk-placeholder
LLM_ENABLED=false