5 lines
146 B
Bash
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_...
|