Sha256: 34f29af6862b89c1fb821d2862151a7fcd7a61261edd6ba107c72f8cc53418d8

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
  # 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

8 entries across 8 versions & 1 rubygems

Version Path
lono-4.2.7 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.6 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.5 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.4 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.3 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.2 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.1 lib/starter_projects/skeleton/config/settings.yml
lono-4.2.0 lib/starter_projects/skeleton/config/settings.yml