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 e42f297 commit d392ffeCopy full SHA for d392ffe
app.py
@@ -13,7 +13,7 @@
13
if 'WEBSITE_HOSTNAME' not in os.environ:
14
print("Loading config.development and environment variables from .env file.")
15
app.config.from_object('azureproject.development')
16
-else:
+else:
17
print("Loading config.production.")
18
app.config.from_object('azureproject.production')
19
0 commit comments