Environment Variables
Complete reference of all configurable environment variables in the BizKitHub platform. These variables allow you to customize your application settings and integrate with external services.
📋 Configuration Overview
All environment variables are optional and can be set to either a non-empty string value or left undefined. You can configure these values in the BizKitHub administration panel.
Total variables: 32Configure in Admin Panel
32
Total Variables
5
Categories
Optional
All Variables
Filter by Category
Showing 32 of 32 variables
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 |
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 |
order_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
✅ Best Practices
- Use only the predefined environment variable keys
- Set values to non-empty strings or leave undefined
- Configure sensitive values through the admin panel
- Test configuration changes in development first
⚠️ Important Notes
- All variables are optional - the system works without them
- Only use keys from this documented list
- Empty strings are treated as undefined values
- Changes may require application restart
Configure Environment Variables
Manage all environment variables through the BizKitHub administration panel with a user-friendly interface.