Sha256: 8881972cc950f39b50bd8ff5ab47f59d0ab95e21bc2bacf7e0fa0de6c3b0d3b9

Contents?: true

Size: 1.23 KB

Versions: 8

Compression:

Stored size: 1.23 KB

Contents

# More info: http://lono.cloud/docs/settings/
# The base config is specially treated. It gets included the other environments automatically.
# Yaml also directly supports merging with & and <<* syntax but doing it automatically
# for a cleaner syntax.
base:
  # http://lono.cloud/docs/app-scripts/
  # extract_scripts:
  #   to: "/opt"
  #   as: "ec2-user"
  # If s3_folder is set then the generated templates and app/scripts will automatically
  # be uploaded to s3.
  # There are 2 formats for s3_folder:
  # Format 1:
  # s3_folder: mybucket/path/to/folder # simple string
  # Format 2:
  # s3_folder: # Hash options in order to support multiple AWS_PROFILEs
  #   default: mybucket/path
  #   aws_profile1: mybucket/path
  #   aws_profile2: another-bucket/storage/path
  # randomize_stack_name: true # tack on a 3 char random string at the end of the stack name for lono cfn create


development:
  # When you have AWS_PROFILE set to one of these values, lono will switch to the desired
  # environment. This prevents you from switching AWS_PROFILE, forgetting to
  # also switch LONO_ENV, and accidentally deploying to production vs development.
  # aws_profiles:
  #   - dev_profile1
  #   - dev_profile2

production:
  # aws_profiles:
  #   - prod_profile

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lono-4.1.0 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.6 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.5 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.4 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.3 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.2 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.1 lib/starter_projects/skeleton/config/settings.yml
lono-4.0.0 lib/starter_projects/skeleton/config/settings.yml