Config Jets Bootstrap Global
Reference
The table below covers each setting. Each option is configured with config.OPTION. The config. portion is not shown for conciseness. IE: logger.level vs config.logger.level.
| Name | Default | Description |
|---|---|---|
| autoload_paths | see desc | The paths that Jets will autoload after a Jets.boot. Default: %w[app/events app/extensions shared/resources shared/extensions] |
| base64_encode | true | Whether or not base64 encode the web response payload body before sending it back to Lambda Function URL or APIGW. |
| ignore_paths | see desc | The paths that Jets will autoload after a Jets.boot. Default: %w[app/events app/extensions shared/resources shared/extensions] |