host None

This commit is contained in:
Domingo Dirutigliano
2023-09-28 20:46:53 +02:00
parent 71edfc29c4
commit 07c4530fac

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="0.0.0.0", host=None,
port=FIREGEX_PORT, port=FIREGEX_PORT,
reload=DEBUG, reload=DEBUG,
access_log=True, access_log=True,