~cytrogen/evi-run

ref: be8c8546459f748da84f2defda95e570368713a7 evi-run/.env.example -rw-r--r-- 1.5 KiB
be8c8546 — Bendy feat(agent): inject runtime UTC context; fix date handling policies; adjust deep_knowledge routing 5 months ago
                                                                                
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
# =============================================================================
# REQUIRED CONFIGURATION - Must be filled before running the bot
# =============================================================================

# REQUIRED! Enter your Telegram bot token (get from @BotFather)
TELEGRAM_BOT_TOKEN=XXX

# REQUIRED! Enter the OpenAI API key (get from https://platform.openai.com/api-keys)
API_KEY_OPENAI=XXX

# =============================================================================
# DATABASE CONFIGURATION - Default settings, no changes needed
# =============================================================================

# PostgreSQL database connection settings
DATABASE_URL=postgresql+psycopg://user:password@postgres_agent_db:5432/agent_ai_bot
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=agent_ai_bot

# Redis cache connection settings
REDIS_URL=redis://redis_agent:6379/0

# =============================================================================
# PAY MODE CONFIGURATION - Only required if using monetized features
# =============================================================================

# Solana wallet address for token burning operations
TOKEN_BURN_ADDRESS=XXX

# Solana token contract address for user balance top-ups
MINT_TOKEN_ADDRESS=XXX

# TON blockchain address for receiving payments
TON_ADDRESS=XXX

# TONAPI service key for blockchain operations (get from https://tonapi.io)
API_KEY_TON=XXX

# Solana address for receiving payments
ADDRESS_SOL=XXX