run-tls: change port to 4040

Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
HeshamTB 2022-05-23 21:09:03 +03:00
parent f4b0e886cc
commit 0370ba175e
Signed by: Hesham
GPG Key ID: 74876157D199B09E
2 changed files with 1 additions and 1 deletions

0
genssl.sh Normal file → Executable file
View File

View File

@ -1,4 +1,4 @@
#!/bin/bash
source venv/bin/activate
exec uvicorn sql_app.main:app --ssl-certfile server.crt --ssl-keyfile server.key --port 4242 --host 0.0.0.0 --no-server-header
exec uvicorn sql_app.main:app --ssl-certfile server.crt --ssl-keyfile server.key --port 4040 --host 0.0.0.0 --no-server-header