API config parameters not passed down to uvicorn
The connection parameters from the nomad config are not passed down to uvicorn
. Things like services.port
and services.host
should be used as defaults (unless overridden by --app-port
or --app-host
).