# 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 # Set to 'true' for testing (no real offsets created), 'false' for production WREN_DRY_RUN=true # Server Configuration PORT=3001 # Development: http://localhost:5173 # Production: https://puffinoffset.com FRONTEND_URL=https://puffinoffset.com # Database DATABASE_PATH=./orders.db