Environment Variables
Complete reference of all configurable environment variables. Customize your application settings and integrate with external services through a centralized configuration system.
Variable Categories
Environment variables are organized into logical categories for easier management and discovery.
Payment Gateways
9Stripe, GoPay, Comgate and other payment provider credentials
Email & SMTP
16Email service configuration and SMTP server settings
Shipping & Logistics
2Packeta and other shipping provider integrations
Smart Locks & IoT
6TTLock and IoT device connectivity settings
Customer & Orders
3Customer management and order processing settings
General
1General application configuration and system settings
Variable Reference
Browse and search all available environment variables.
| Variable Name | Category | Description | Type |
|---|---|---|---|
comgate_merchant_id | Payment Gateways | No description available | string | undefined |
comgate_secret | Payment Gateways | No description available | string | undefined |
customer_credit_default_expiration | Customer & Orders | No description available | string | undefined |
default_send_from_email | Email & SMTP | No description available | string | undefined |
default_send_from_email_marketing | Email & SMTP | No description available | string | undefined |
emailer_footer | Email & SMTP | No description available | string | undefined |
emailer_layout | Email & SMTP | No description available | string | undefined |
emailer_logo_url | Email & SMTP | No description available | string | undefined |
emailer_smtp_host | Email & SMTP | No description available | string | undefined |
emailer_smtp_password | Email & SMTP | No description available | string | undefined |
emailer_smtp_port | Email & SMTP | No description available | string | undefined |
emailer_smtp_user | Email & SMTP | No description available | string | undefined |
emailer_marketing_smtp_host | Email & SMTP | No description available | string | undefined |
emailer_marketing_smtp_port | Email & SMTP | No description available | string | undefined |
emailer_marketing_smtp_user | Email & SMTP | No description available | string | undefined |
emailer_marketing_smtp_password | Email & SMTP | No description available | string | undefined |
emailer_newsletter_return_url | Email & SMTP | No description available | string | undefined |
gopay_client_id | Payment Gateways | No description available | string | undefined |
gopay_client_secret | Payment Gateways | No description available | string | undefined |
gopay_environment | Payment Gateways | No description available | string | undefined |
gopay_goid | Payment Gateways | No description available | string | undefined |
gopay_secure_key | Payment Gateways | No description available | string | undefined |
payment_recurring_payment_enabled | General | No description available | string | undefined |
order_internal_notification_emails | Email & SMTP | No description available | string | undefined |
order_refund_strategy | Customer & Orders | No description available | string | undefined |
order_accounting_mode | Customer & Orders | No description available | string | undefined |
log_internal_notification_emails | Email & SMTP | No description available | string | undefined |
packeta_api_key | Shipping & Logistics | No description available | string | undefined |
packeta_api_password | Shipping & Logistics | No description available | string | undefined |
stripe_merchant_id | Payment Gateways | No description available | string | undefined |
stripe_secret | Payment Gateways | No description available | string | undefined |
ttlock_access_token | Smart Locks & IoT | No description available | string | undefined |
ttlock_client_id | Smart Locks & IoT | No description available | string | undefined |
ttlock_client_secret | Smart Locks & IoT | No description available | string | undefined |
ttlock_password | Smart Locks & IoT | No description available | string | undefined |
ttlock_refresh_token | Smart Locks & IoT | No description available | string | undefined |
ttlock_username | Smart Locks & IoT | No description available | string | undefined |
Usage Guidelines
Follow these best practices when configuring environment variables.
Best Practices
- Use only the predefined environment variable keys from this reference
- Set values to non-empty strings or leave them undefined
- Configure sensitive credentials through the admin panel only
- Test all configuration changes in development environment first
Important Notes
- All variables are optional - the system operates without them
- Custom variable names are not supported - use documented keys only
- Empty strings are treated as undefined values by the system
- Some changes may require application restart to take effect
Ready to configure your application?
Manage all environment variables through the BizKitHub administration panel with a secure, user-friendly interface.