All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m39s
32 lines
782 B
Plaintext
32 lines
782 B
Plaintext
# WooCommerce API (Legacy - not currently used)
|
|
WOOCOMMERCE_URL=https://klz-cables.com
|
|
WOOCOMMERCE_CONSUMER_KEY=
|
|
WOOCOMMERCE_CONSUMER_SECRET=
|
|
WORDPRESS_APP_PASSWORD=
|
|
|
|
# Umami Analytics
|
|
NEXT_PUBLIC_UMAMI_WEBSITE_ID=
|
|
UMAMI_SCRIPT_URL=https://analytics.infra.mintel.me/script.js
|
|
|
|
# GlitchTip (Sentry protocol)
|
|
SENTRY_DSN=
|
|
# Client-side DSN should use the proxy path: https://[key]@[domain]/errors/[id]
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
|
|
# Application
|
|
NODE_ENV=development
|
|
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
|
LOG_LEVEL=info
|
|
|
|
# SMTP Configuration
|
|
MAIL_HOST=smtp.eu.mailgun.org
|
|
MAIL_PORT=587
|
|
MAIL_USERNAME=
|
|
MAIL_PASSWORD=
|
|
MAIL_FROM=KLZ Cables <noreply@klz-cables.com>
|
|
MAIL_RECIPIENTS=info@klz-cables.com
|
|
|
|
# Redis Configuration (optional)
|
|
REDIS_URL=redis://redis:6379/2
|
|
REDIS_KEY_PREFIX=klz:
|