Skip to content

Commit 9b84ef9

Browse files
update the env
1 parent d03675f commit 9b84ef9

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

dotenv

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
# Security
21+
ENCRYPTION_KEY=your_32_character_encryption_key_here
22+
JWT_SECRET=your_jwt_secret_here
23+
24+
# Logging
25+
LOG_LEVEL=info

0 commit comments

Comments
 (0)