Sha256: 15d65a05eb1a74588f04e24074c21628f39cae823e4e14db0d4eaa42047a1bfc

Contents?: true

Size: 1.24 KB

Versions: 24

Compression:

Stored size: 1.24 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/folder
  #   aws_profile1: mybucket/folder
  #   aws_profile2: another-bucket/storage/folder
  # stack_name_suffix: random # 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

24 entries across 8 versions & 1 rubygems

Version Path
lono-4.2.7 lib/starter_projects/ec2/config/settings.yml
lono-4.2.7 lib/starter_projects/autoscaling/config/settings.yml
lono-4.2.7 lib/lono/default/settings.yml
lono-4.2.6 lib/lono/default/settings.yml
lono-4.2.6 lib/starter_projects/ec2/config/settings.yml
lono-4.2.6 lib/starter_projects/autoscaling/config/settings.yml
lono-4.2.5 lib/starter_projects/autoscaling/config/settings.yml
lono-4.2.5 lib/starter_projects/ec2/config/settings.yml
lono-4.2.5 lib/lono/default/settings.yml
lono-4.2.4 lib/lono/default/settings.yml
lono-4.2.4 lib/starter_projects/autoscaling/config/settings.yml
lono-4.2.4 lib/starter_projects/ec2/config/settings.yml
lono-4.2.3 lib/lono/default/settings.yml
lono-4.2.3 lib/starter_projects/ec2/config/settings.yml
lono-4.2.3 lib/starter_projects/autoscaling/config/settings.yml
lono-4.2.2 lib/lono/default/settings.yml
lono-4.2.2 lib/starter_projects/ec2/config/settings.yml
lono-4.2.2 lib/starter_projects/autoscaling/config/settings.yml
lono-4.2.1 lib/starter_projects/ec2/config/settings.yml
lono-4.2.1 lib/starter_projects/autoscaling/config/settings.yml