Sha256: e7bad03cc1fcad1eba60341d5b56e3b98902ca026da4b4149b4f8d9ded02a0b2
Contents?: true
Size: 845 Bytes
Versions: 31
Compression:
Stored size: 845 Bytes
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" # 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
31 entries across 31 versions & 1 rubygems