Multitenant implementation with custom Domain, theme per vendor
This commit is contained in:
17
.env
17
.env
@@ -35,4 +35,19 @@ RATE_LIMIT_WINDOW=3600
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=INFO
|
||||
LOG_FILE=log/app.log
|
||||
LOG_FILE=log/app.log
|
||||
|
||||
# Platform domain configuration
|
||||
PLATFORM_DOMAIN=platform.com # Your main platform domain
|
||||
|
||||
# Custom domain features
|
||||
ALLOW_CUSTOM_DOMAINS=True # Enable/disable custom domains
|
||||
REQUIRE_DOMAIN_VERIFICATION=True # Require DNS verification
|
||||
|
||||
# SSL/TLS configuration for custom domains
|
||||
SSL_PROVIDER=letsencrypt # or "cloudflare", "manual"
|
||||
AUTO_PROVISION_SSL=False # Set to True if using automated SSL
|
||||
|
||||
# DNS verification
|
||||
DNS_VERIFICATION_PREFIX=_letzshop-verify
|
||||
DNS_VERIFICATION_TTL=3600
|
||||
Reference in New Issue
Block a user