We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb6e9 commit 7c98cf9Copy full SHA for 7c98cf9
qwc_services_core/tenant_handler.py
@@ -8,7 +8,7 @@
8
from .runtime_config import RuntimeConfig
9
10
11
-DEFAULT_TENANT = 'default'
+DEFAULT_TENANT = os.environ.get('DEFAULT_TENANT', 'default')
12
13
14
class TenantHandlerBase:
0 commit comments