Sha256: fd74d45762f7f7827865b960d8278795f3c5a54e882dad16e5aa9945b169e6c8
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 # 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
24 entries across 8 versions & 1 rubygems