File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 "args" : [
1313 " --factory" ,
1414 " --reload" ,
15- " --host" , " 0.0.0.0" ,
15+ " --host= 0.0.0.0" ,
1616 " --log-config=config/debug-logger.yml" ,
17- " --timeout-graceful-shutdown" , " 10" ,
17+ " --timeout-graceful-shutdown= 10" ,
1818 " sample_fastapi:init_app" ,
1919 ],
2020 "jinja" : true ,
Original file line number Diff line number Diff line change 22
33@ echo off
44
5- python3 -m uvicorn --factory --reload --host 0.0.0.0 --log-config=config/debug-logger.yml --timeout-graceful-shutdown=10 sample_fastapi:init_app
5+ python3 -m uvicorn --factory --reload --host= 0.0.0.0 --log-config=config/debug-logger.yml --timeout-graceful-shutdown=10 sample_fastapi:init_app
Original file line number Diff line number Diff line change 22
33# Launch development server
44
5- python3 -m uvicorn --factory --reload --host 0.0.0.0 --log-config=config/debug-logger.yml --timeout-graceful-shutdown=10 sample_fastapi:init_app
5+ python3 -m uvicorn --factory --reload --host= 0.0.0.0 --log-config=config/debug-logger.yml --timeout-graceful-shutdown=10 sample_fastapi:init_app
You can’t perform that action at this time.
0 commit comments