You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
426 B
14 lines
426 B
DATABASE_URL=postgresql+asyncpg://enterprise:enterprise123@postgres:5432/enterprise_ai
|
|
REDIS_URL=redis://:redis123@redis:6379/0
|
|
JWT_SECRET=change-this-to-a-long-random-string-in-production
|
|
LLM_API_KEY=sk-your-api-key
|
|
LLM_API_BASE=https://api.openai.com/v1
|
|
LLM_MODEL=gpt-4o-mini
|
|
RATE_LIMIT_PER_MINUTE=60
|
|
RATE_LIMIT_BURST=10
|
|
UPLOAD_DIR=./uploads
|
|
MAX_UPLOAD_SIZE_MB=50
|
|
WECOM_CORP_ID=
|
|
WECOM_APP_SECRET=
|
|
WECOM_TOKEN=
|
|
WECOM_AES_KEY=
|