# Stripe API keys — https://dashboard.stripe.com/apikeys
# NEVER commit this file. It is excluded by .gitignore.
STRIPE_PUBLISHABLE_KEY=pk_live_51UFUNqAKrOwJHBhUZWTGtgjh4wboMLOEtsafNobuKjC0yYmb35U1vVFd1KwFueniO9KcA3LISPhmicH5ynIamB0W00WTH3KmLf
STRIPE_SECRET_KEY=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

# Admin API key for /admin.html (view orders & messages). Change it any time.
ADMIN_KEY=5aa14147125d0dfe8a264b2b3a3fea7c4a0c8187cd8ca0aa

# Server port
PORT=3000

# Set this in production so Stripe success/cancel redirects use the right origin:
# BASE_URL=https://jerseyfanshop.com

# Set this to verify webhook signatures (from `stripe listen` in dev, or your
# dashboard webhook endpoint settings in production):
# STRIPE_WEBHOOK_SECRET=whsec_xxx
