(20241125) Swtiching domains.

This commit is contained in:
2024-11-25 14:58:15 +05:30
parent 0461e2a4aa
commit 6f5c3f11a1
4 changed files with 26 additions and 25 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 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" &
python3 "$(pwd)/api/main.py" --host "0.0.0.0" --port 5106 --workers 4 --script-id "kps_cnv_KBC3MoaU" &
deactivate
# All done: