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 f7e9390 commit fea1a4eCopy full SHA for fea1a4e
backend/app/__init__.py
@@ -62,7 +62,7 @@ def create_app(config_name):
62
# Config name is either development or testing or production
63
environment="staging"
64
if frontend_url.find("staging") != -1
65
- else "production",
+ else config_name,
66
send_default_pii=True,
67
)
68
dictConfig(
0 commit comments