We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52174e9 commit 3d6222bCopy full SHA for 3d6222b
test_project/settings.py
@@ -74,7 +74,7 @@
74
75
# Allows serving non-public tenants on a sub-domain
76
# WARNING: doesn't work well when you have a non-standard port-number
77
-KIWI_TENANTS_DOMAIN = 'tenants.localdomain'
+KIWI_TENANTS_DOMAIN = os.getenv("KIWI_TENANTS_DOMAIN", 'tenants.localdomain')
78
79
80
# application specific configuration
0 commit comments