-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
69 lines (59 loc) · 2.17 KB
/
Copy path.env.example
File metadata and controls
69 lines (59 loc) · 2.17 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# ==========================================
# Telegram Bot Configuration Template
# ==========================================
# Copy this file to .env.test or .env.prod and fill in your values
# ==========================================
# Telegram Bot
# ==========================================
TELEGRAM_TOKEN=your_telegram_bot_token_from_botfather
# ==========================================
# API Configuration
# ==========================================
# For PROD: https://api.deep.assistant.run.place
# For TEST: http://localhost:8089
PROXY_URL=https://api.deep.assistant.run.place
# Admin token for API authentication
# For PROD: 677bafc4f788f69d1f23c1881d49iuyt
# For TEST: test_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6
ADMIN_TOKEN=your_admin_token_here
# ==========================================
# Analytics
# ==========================================
ANALYTICS_URL=https://6651b4300001d.tgrasp.co
# ==========================================
# External API Keys
# ==========================================
KEY_DEEPINFRA=your_deepinfra_key
GO_API_KEY=your_goapi_key
GUO_GUO_KEY=your_guoguo_key
OPENROUTER_API_KEY=your_openrouter_key
# ==========================================
# Development Mode
# ==========================================
# Set to True for development, False for production
IS_DEV=True
# ==========================================
# Payments
# ==========================================
PAYMENTS_TOKEN=your_payments_token
# ==========================================
# Webhook Configuration
# ==========================================
# Set to True to use webhooks, False for polling
WEBHOOK_ENABLED=False
WEBHOOK_URL=https://your.domain.com/webhook
WEBHOOK_PATH=/webhook
WEBHOOK_HOST=0.0.0.0
WEBHOOK_PORT=3000
# ==========================================
# AdLean Integration
# ==========================================
ADLEAN_API_KEY=your_adlean_key
ADLEAN_API_URL=https://api.adlean.pro/engine/send_message
ADLEAN_ENABLED=True
ADLEAN_SHOW_AFTER_N_REQUESTS=2
# ==========================================
# HTTPX Configuration
# ==========================================
# Set to True to disable SSL verification (useful for local development)
HTTPX_DISABLE_SSL_VERIFY=False