Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 1m32s
26 lines
620 B
Plaintext
26 lines
620 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=
|
|
NEXT_PUBLIC_UMAMI_SCRIPT_URL=https://analytics.infra.mintel.me/script.js
|
|
|
|
# GlitchTip (Sentry protocol)
|
|
SENTRY_DSN=
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
|
|
# 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:
|