(20241122) Port no. adjusted.

This commit is contained in:
2024-11-22 18:54:01 +05:30
parent bfc0c31a4b
commit 1519ee00c1
5 changed files with 281 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
python3 "$(pwd)/api/main.py" --host "127.0.0.1" --port 5108 --workers 4 --script-id "kps_cnv_KBC3MoaU" &
python3 "$(pwd)/api/main.py" --host "127.0.0.1" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" &
deactivate
# All done: