mirror of
https://github.com/xtr-dev/payload-billing.git
synced 2025-12-10 02:43:24 +00:00
Add PayloadCMS type definitions, Prettier config, and PNPM lockfile
This commit is contained in:
16
dev/.env.example
Normal file
16
dev/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# PayloadCMS Configuration
|
||||
PAYLOAD_SECRET=your-secret-key-here
|
||||
|
||||
# Database Configuration
|
||||
DATABASE_URI=mongodb://localhost:27017/payload-billing-dev
|
||||
|
||||
# Payment Provider Configuration (Optional - for testing integrations)
|
||||
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key
|
||||
STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key
|
||||
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret
|
||||
|
||||
MOLLIE_API_KEY=test_your_mollie_api_key
|
||||
MOLLIE_WEBHOOK_URL=http://localhost:3000/api/billing/webhooks/mollie
|
||||
|
||||
# Development Settings
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user