July 3rd - Update landing page
This commit is contained in:
@@ -47,6 +47,11 @@ class Config:
|
||||
p.strip() for p in os.environ.get('MULTI_TENANT_EXEMPT_PATHS', '').split(',')
|
||||
if p.strip()
|
||||
]
|
||||
# Apex domain for the public marketing/landing page. When MULTI_TENANT_ENABLED
|
||||
# is True, requests to this host (and its www. variant) are served the landing
|
||||
# page instead of being resolved to a tenant. Mirrors TENANT_BASE_DOMAIN used
|
||||
# by the provisioner to build <slug>.<base> subdomains.
|
||||
TENANT_BASE_DOMAIN = os.environ.get('TENANT_BASE_DOMAIN', 'jqc.app')
|
||||
# Per-tenant SQLAlchemy engine pool tuning (see MULTI_TENANT_PLAN.md §4).
|
||||
TENANT_ENGINE_POOL_SIZE = int(os.environ.get('TENANT_ENGINE_POOL_SIZE', 5))
|
||||
TENANT_ENGINE_MAX_OVERFLOW = int(os.environ.get('TENANT_ENGINE_MAX_OVERFLOW', 5))
|
||||
|
||||
Reference in New Issue
Block a user