moxie-backend/.env.example

28 lines
687 B
Plaintext

# Auth0 Configuration
AUTH0_DOMAIN=dev-t13zhs74oltgqtfx.us.auth0.com
AUTH0_CLIENT_ID=AWRYU8EBnKaHvRQOMXXADxgGEoBN45oN
AUTH0_CLIENT_SECRET=your-client-secret-here
AUTH0_AUDIENCE=https://dev-t13zhs74oltgqtfx.us.auth0.com/api/v2/
# Application URL
APP_URL=https://moxiegen.client.guacamolebox.net
# Server Configuration
PORT=9991
NODE_ENV=production
# CORS Origin
CORS_ORIGIN=https://moxiegen.client.guacamolebox.net
# JWT Secret for signing (optional, for additional security)
JWT_SECRET=your-jwt-secret-change-this-in-production
# Stripe (for future use)
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# PayPal (for future use)
PAYPAL_CLIENT_ID=
PAYPAL_CLIENT_SECRET=
PAYPAL_WEBHOOK_ID=