summaryrefslogtreecommitdiff
path: root/start_ick
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-20 19:42:18 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-20 19:59:17 +0300
commitefdc8124d904cd1ab8a40843ba23416cc5de5aea (patch)
tree0c68a1f196fd082ba9ce42739d79b4e9794f1fa6 /start_ick
parentd5618bac4b40dd9ceed0fd4efbc26633f8604b50 (diff)
downloadick2-efdc8124d904cd1ab8a40843ba23416cc5de5aea.tar.gz
Change: port numbers
Diffstat (limited to 'start_ick')
-rwxr-xr-xstart_ick2
1 files changed, 1 insertions, 1 deletions
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