mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 10:36:07 +00:00
- Added support modal component with payment creation flow and multi-language translations - Integrated heart icon button in header to open donation modal - Refactored PackageBrowser to accept packages as props and simplified filtering logic
8 lines
274 B
Bash
8 lines
274 B
Bash
# Cryptomus API Configuration
|
|
# Get these from your Cryptomus merchant dashboard: https://cryptomus.com/merchant
|
|
CRYPTOMUS_MERCHANT_ID=your_merchant_id_here
|
|
CRYPTOMUS_PAYMENT_API_KEY=your_payment_api_key_here
|
|
|
|
# NextAuth URL Configuration
|
|
NEXTAUTH_URL=http://localhost:3002
|