Files
2026-06-13 17:36:44 -07:00

5 lines
146 B
Bash

PORT=3000
JWT_SECRET=hydro_secret_jwt_key_123456
# Add your STRIPE_SECRET_KEY below to enable Stripe integrations
# STRIPE_SECRET_KEY=sk_test_...