File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- TWILIO_ACCOUNT_SID = your_account_sid
2- TWILIO_AUTH_TOKEN = your_auth_token
3- TWILIO_PHONE_NUMBER = your_twilio_phone_number
4- BOT_TOKEN = your_telegram_bot_token
5- DATABASE_URL = your_database_url
1+ # Telegram - Use Aminskid_bot token
2+ # Get your token from @BotFather by creating/accessing Aminskid_bot
3+ TELEGRAM_BOT_TOKEN = 8547609157:AAEmCtlmISRfmZSnWpCDR-En8W0XLAprNLs
4+
5+ # Plaid
6+ PLAID_CLIENT_ID = 693c9227bce2ad001d7edc38
7+ PLAID_SECRET = 379b8044f94339623d98a0b123d709
8+ PLAID_ENV = production
9+
10+ # Stripe
11+ STRIPE_SECRET_KEY = mk_1SrXZmCEcR3xRZmbTdmOjelr
12+ STRIPE_CONTEXT = mk_1SvAziCEcR3xRZmbb6MfL4Sm
13+
14+ # Database
15+ DATABASE_URL = postgresql://user:password@localhost:5432/telegram_plaid
16+
17+ # Server
18+ PORT = 3000
19+ API_BASE_URL = http://localhost:3000
20+
21+ # Security
22+ ENCRYPTION_KEY = your_32_character_encryption_key_here
23+ JWT_SECRET = your_jwt_secret_here
24+
25+ # Logging
26+ LOG_LEVEL = info
You can’t perform that action at this time.
0 commit comments