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 12
12
"args" : [
13
13
" --factory" ,
14
14
" --reload" ,
15
- " --host" , " 0.0.0.0" ,
15
+ " --host= 0.0.0.0" ,
16
16
" --log-config=config/debug-logger.yml" ,
17
- " --timeout-graceful-shutdown" , " 10" ,
17
+ " --timeout-graceful-shutdown= 10" ,
18
18
" sample_fastapi:init_app" ,
19
19
],
20
20
"jinja" : true ,
Original file line number Diff line number Diff line change 2
2
3
3
@ echo off
4
4
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 2
2
3
3
# Launch development server
4
4
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