lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.12.2 vs lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.13.0
- old
+ new
@@ -46,9 +46,20 @@
# There's only one coud provider right now - Amazon Web Services
# To implement another, clone lib/rubber/cloud/aws.rb
#
cloud_providers:
aws:
+ # REQUIRED The endpoint for the region server that you want to use.
+ #
+ # Options include
+ # us-east-1.ec2.amazonaws.com
+ # eu-west-1.ec2.amazonaws.com
+ # ap-northeast-1.ec2.amazonaws.com
+ # ap-southeast-1.ec2.amazonaws.com
+ # ap-southeast-2.ec2.amazonaws.com
+ #
+ server_endpoint: us-east-1.ec2.amazonaws.com
+
# REQUIRED The amazon keys and account ID (digits only, no dashes) used to access the AWS API
#
access_key: XXX
secret_access_key: YYY
account: ZZZ