aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/wsgi.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-03-01 14:10:13 +0100
committerPeter Mikus <pmikus@cisco.com>2022-03-16 15:06:29 +0000
commitf23e41dfe33972b5ccfcfa7f192f7865f7479f9c (patch)
treeb17b9d7e99d40256814a4ff8bcc31b68637c8311 /resources/tools/dash/app/wsgi.py
parent646c242bfaea75db747df8c178c050499994c789 (diff)
feat(dash): Terraform AWS Beanstalk
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ib89677de3818b46aa622f56f28b7bbb54458dbe0
Diffstat (limited to 'resources/tools/dash/app/wsgi.py')
-rw-r--r--resources/tools/dash/app/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/tools/dash/app/wsgi.py b/resources/tools/dash/app/wsgi.py
index 316901c707..ab18bbfbc7 100644
--- a/resources/tools/dash/app/wsgi.py
+++ b/resources/tools/dash/app/wsgi.py
@@ -17,4 +17,5 @@ from pal import app
if __name__ == "__main__":
# Main entry point.
+ app.debug = True
app.run(host="0.0.0.0")