Blossom Logo Deploy your apps with Heroku-like simplicity using Blossom SEE YOUR SAVINGS

Config Jets Bootstrap Code

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
code.copy.always_keep [“config/jets/env”] Always keep these files when packaging the code.zip that gets uploaded to s3 for deployment.
code.copy.always_remove [“tmp”] Always remove these files from the code.zip package that gets uploaded to s3 for deployment.
code.copy.strategy auto Automatically decide the copy strategy to use when creating the code copy. See: Remote Code Copy.
code.copy.warn_large true Show a warning messaging if the code size is large.

See Full Config Reference