Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
# Telegram - Use Aminskid_bot token
# Get your token from @BotFather by creating/accessing Aminskid_bot
TELEGRAM_BOT_TOKEN=8547609157:AAEmCtlmISRfmZSnWpCDR-En8W0XLAprNLs
# Telegram Bot Token (get from @BotFather)
TELEGRAM_BOT_TOKEN=your_telegram_bot_token

# Plaid
PLAID_CLIENT_ID=693c9227bce2ad001d7edc38
PLAID_SECRET=379b8044f94339623d98a0b123d709
PLAID_ENV=production
# Plaid Credentials (from Plaid Dashboard)
PLAID_CLIENT_ID=your_plaid_client_id
PLAID_SECRET=your_plaid_secret
PLAID_ENV=sandbox # Use 'sandbox' for testing, 'production' for live

# Stripe
STRIPE_SECRET_KEY=mk_1SrXZmCEcR3xRZmbTdmOjelr
STRIPE_CONTEXT=mk_1SvAziCEcR3xRZmbb6MfL4Sm

# Database
# Database Connection
DATABASE_URL=postgresql://user:password@localhost:5432/telegram_plaid

# Server
# Server Configuration
PORT=3000
API_BASE_URL=http://localhost:3000

# Security
# Security (IMPORTANT: Change these!)
ENCRYPTION_KEY=your_32_character_encryption_key_here
JWT_SECRET=your_jwt_secret_here

# Logging
LOG_LEVEL=info
LOG_LEVEL=info
Loading