-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
39 lines (31 loc) · 839 Bytes
/
.env.example
File metadata and controls
39 lines (31 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# App Identity
APP_NAME=TheMahdiAI
APP_ENV=development
APP_DEBUG=true
APP_VERSION=1.0.0
APP_LOG_LEVEL=INFO
# Server
APP_HOST=0.0.0.0
APP_PORT=8000
APP_SECRET_KEY=supersecretkey-change-me-in-production
# Webhook Config
TELEGRAM_WEBHOOK_URL=
TELEGRAM_WEBHOOK_SECRET=
# Telegram Bot
TELEGRAM_BOT_TOKEN=YOUR_BOT_TOKEN_HERE
# Database & Cache (Gunakan IP/Host eksternal jika sudah ada di server Proxmox)
DATABASE_URL=postgresql+asyncpg://user:password==@localhos:5432/themahdi_ai
REDIS_URL=redis://localhost:6379/0
# Qdrant Vector DB
QDRANT_HOST=localhost
QDRANT_PORT=6333
QDRANT_GRPC_PORT=6334
QDRANT_API_KEY=
QDRANT_COLLECTION_NAME=themahdiai_knowledge
# AI Providers (Failover Gateway)
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4o
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=claude-3-5-sonnet-20241022
GROQ_API_KEY=
GROQ_MODEL=llama-3.3-70b-versatile