summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--artifact_store.py2
-rw-r--r--notification_service.py2
-rwxr-xr-xstart_ick2
3 files changed, 3 insertions, 3 deletions
diff --git a/artifact_store.py b/artifact_store.py
index ea1db6a..5a1cbcb 100644
--- a/artifact_store.py
+++ b/artifact_store.py
@@ -120,4 +120,4 @@ app = main()
if __name__ == '__main__':
print('running in debug mode')
- app.run(host='127.0.0.1', port=12766)
+ app.run(host='127.0.0.1', port=5555)
diff --git a/notification_service.py b/notification_service.py
index bd6bad1..edf97c8 100644
--- a/notification_service.py
+++ b/notification_service.py
@@ -123,4 +123,4 @@ app = main()
if __name__ == '__main__':
print('running in debug mode')
- app.run(host='127.0.0.1', port=12767)
+ app.run(host='127.0.0.1', port=6666)
diff --git a/start_ick b/start_ick
index 8c9d50f..19295ff 100755
--- a/start_ick
+++ b/start_ick
@@ -26,7 +26,7 @@ else
fi
gunicorn3 \
- --bind 127.0.0.1:12765 \
+ --bind 127.0.0.1:3333 \
--log-file "$GUNICORN_LOG" \
--log-level debug \
ick_controller:app