Environment Variables
You can configure the OpenAPI Lambda Connector using the following environment variables.
Supported Environment Variables
Environment Variable | Description | Required | Example Value |
---|---|---|---|
NDC_OAS_DOCUMENT_URI | The URI to your Open API Document. If you're using a file instead of a HTTP link, please ensure that it is named swagger.json and is present in the root directory of the volume being mounted to /etc/connector | false | https://raw.githubusercontent.com/swagger-api/swagger-petstore/master/src/main/resources/openapi.yaml |
NDC_OAS_BASE_URL | The base URL of your API. | false | http://my-awesome-webapp.com/v1/ |
NDC_OAS_FILE_OVERWRITE | A Boolean flag to allow previously generated files to be over-written. Defaults to false . | false | true |
HASURA_PLUGIN_LOG_LEVEL | The log level. Possible values: trace , debug , info , warn , error , fatal , panic . Defaults to info | false | info |
NDC_OAS_LAMBDA_PRETTY_LOGS | A Boolean flag to print human readable logs instead of JSON. Defaults to false | false | true |