From 7167fa70bdd3f92e79b048b3c767941b41290fca Mon Sep 17 00:00:00 2001 From: jasquat Date: Wed, 8 Jun 2022 10:20:48 -0400 Subject: [PATCH] run on 5010 w/ burnettk --- bin/run_server_locally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_server_locally b/bin/run_server_locally index 6da98e91..e111717c 100755 --- a/bin/run_server_locally +++ b/bin/run_server_locally @@ -18,4 +18,4 @@ fi export FLASK_SESSION_SECRET_KEY=super_secret_key -FLASK_APP=src/spiffworkflow_backend poetry run flask run +FLASK_APP=src/spiffworkflow_backend poetry run flask run -p 5010