Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ PLAID_CLIENT_ID=693c9227bce2ad001d7edc38
PLAID_SECRET=379b8044f94339623d98a0b123d709
PLAID_ENV=production

# Stripe
STRIPE_SECRET_KEY=your_stripe_secret_key_here
STRIPE_CONTEXT=your_stripe_context_here

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

Expand Down
Loading
Loading