fix: host on ipv4 and ipv6

This commit is contained in:
Domingo Dirutigliano
2023-09-26 23:21:13 +02:00
parent 1c65782fce
commit 3e00add783

View File

@@ -154,7 +154,7 @@ if __name__ == '__main__':
os.chdir(os.path.dirname(os.path.realpath(__file__))) os.chdir(os.path.dirname(os.path.realpath(__file__)))
uvicorn.run( uvicorn.run(
"app:app", "app:app",
host="::", host=None,
port=FIREGEX_PORT, port=FIREGEX_PORT,
reload=DEBUG, reload=DEBUG,
access_log=True, access_log=True,