Open
Description
I know you can configure the swagger "host" property:
SERVER_NAME = "api.example.com"
which results in the swagger.json:
...
"host": "api.example.com"}
I would like to do the same thing for the swagger "schemes" property. See: DOC . Unfortunately it seems there is no way to configure it.
....
"schemes": [
"https"
]}