We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f2426 commit 3cf6357Copy full SHA for 3cf6357
src/lando/settings.py
@@ -22,7 +22,7 @@
22
)
23
24
DEBUG = os.getenv("DEBUG", "").lower() in ("true", "1")
25
-ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS", "localhost,lando.local").split(",")
+ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS", "localhost,lando.local,lando.test").split(",")
26
CSRF_TRUSTED_ORIGINS = os.getenv(
27
"CSRF_TRUSTED_ORIGINS", "https://localhost,https://lando.local"
28
).split(",")
0 commit comments