| |
| DB_CONNECTION_MODE=aiven |
| AIVEN_DB_URL=postgresql://username:password@host:port/dbname?sslmode=require |
|
|
| |
| MONGODB_URL=mongodb+srv://username:password@cluster.mongodb.net/?retryWrites=true&w=majority |
| DB_NAME=Telegram |
| COLLECTION_NAME=session_chat |
|
|
| |
| PINECONE_API_KEY=your-pinecone-api-key |
| PINECONE_INDEX_NAME=your-pinecone-index-name |
| PINECONE_ENVIRONMENT=gcp-starter |
|
|
| |
| GOOGLE_API_KEY=your-google-api-key |
|
|
| |
| WEBSOCKET_SERVER=localhost |
| WEBSOCKET_PORT=7860 |
| WEBSOCKET_PATH=/notify |
|
|
| |
| ENVIRONMENT=production |
| DEBUG=false |
| PORT=7860 |
|
|
| |
| CACHE_TTL_SECONDS=300 |
| CACHE_CLEANUP_INTERVAL=60 |
| CACHE_MAX_SIZE=1000 |
| HISTORY_QUEUE_SIZE=10 |
| HISTORY_CACHE_TTL=3600 |