qhana_plugin_runner.util.config.smorest_config module

class qhana_plugin_runner.util.config.smorest_config.SmorestDebugConfig

Bases: SmorestProductionConfig

PROPAGATE_EXCEPTIONS = False
class qhana_plugin_runner.util.config.smorest_config.SmorestProductionConfig

Bases: object

OPENAPI_JSON_PATH = 'api-spec.json'
OPENAPI_RAPIDOC_CONFIG = {'use-path-in-nav-bar': 'true'}
OPENAPI_RAPIDOC_PATH = '/rapidoc/'
OPENAPI_RAPIDOC_URL = 'https://cdn.jsdelivr.net/npm/rapidoc/dist/rapidoc-min.js'
OPENAPI_REDOC_PATH = '/redoc/'
OPENAPI_REDOC_URL = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js'
OPENAPI_SWAGGER_UI_PATH = '/swagger-ui/'
OPENAPI_SWAGGER_UI_URL = 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/'
OPENAPI_URL_PREFIX = ''
OPENAPI_VERSION = '3.0.2'