16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
|
|
# Stripe Configuration
|
||
|
|
STRIPE_SECRET_KEY=sk_test_your_secret_key_here
|
||
|
|
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
|
||
|
|
|
||
|
|
# Wren Climate API
|
||
|
|
WREN_API_TOKEN=35c025d9-5dbb-404b-85aa-19b09da0578d
|
||
|
|
|
||
|
|
# Server Configuration
|
||
|
|
PORT=3001
|
||
|
|
# Development: http://localhost:5173
|
||
|
|
# Production: https://puffinoffset.com
|
||
|
|
FRONTEND_URL=https://puffinoffset.com
|
||
|
|
|
||
|
|
# Database
|
||
|
|
DATABASE_PATH=./orders.db
|