Skip to content

Commit aa2b074

Browse files
update
1 parent b09d5d7 commit aa2b074

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

.env

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

0 commit comments

Comments
 (0)