-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
47 lines (40 loc) · 1.21 KB
/
.env.example
File metadata and controls
47 lines (40 loc) · 1.21 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
# Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
TELEGRAM_OWNER_ID=your_telegram_user_id_here
# AI API Keys
OPENAI_API_KEY=your_openai_api_key_here
MISTRAL_API_KEY=your_mistral_api_key_here
# Payment Gateway Configuration
STRIPE_SECRET_KEY=your_stripe_secret_key_here
STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key_here
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret_here
# Application Configuration
FLASK_APP=backend/app.py
FLASK_ENV=development
SECRET_KEY=your_secret_key_here
DATABASE_PATH=data/robot.db
# Pricing Configuration
SUBSCRIPTION_MONTHLY_PRICE=29.99
MICRO_PAYMENT_PRICE=0.50
# Reporting Configuration
REPORT_TIME=09:00
TIMEZONE=UTC
# Server Configuration
HOST=0.0.0.0
PORT=5000
# SelfBot Configuration (AI Content Arbitrage Bot)
SELFBOT_SCAN_INTERVAL=300
SELFBOT_INITIAL_BUDGET=10.00
SELFBOT_MIN_PROFIT_MARGIN=0.5
SELFBOT_AUTO_REINVEST=true
SELFBOT_REINVEST_PERCENTAGE=50
SELFBOT_DEFAULT_AI_PROVIDER=mistral
SELFBOT_MAX_CONTENT_LENGTH=2000
SELFBOT_MIN_OPPORTUNITY_SCORE=0.7
SELFBOT_MAX_OPPORTUNITIES_PER_CYCLE=5
SELFBOT_AUTO_PUBLISH=false
SELFBOT_REQUIRE_APPROVAL=true
SELFBOT_DATABASE_PATH=data/selfbot.db
SELFBOT_ENABLE_LEARNING=true
SELFBOT_LEARNING_RATE=0.1
SELFBOT_RSS_FEEDS=