File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# REQUIRED: The name of your application
2- app_name : your_app_name
2+ app_name : bloggy
33
44# REQUIRED: The system user to run your app servers as
55app_user : app
@@ -14,11 +14,11 @@ admin_email: "root@#{full_host}"
1414# web_tools_password: sekret
1515
1616# REQUIRED: The timezone the server should be in
17- timezone : US/Eastern
17+ timezone : US/Pacific
1818
1919# REQUIRED: the domain all the instances should be associated with
2020#
21- domain : foo .com
21+ domain : bloggy .com
2222
2323# OPTIONAL: See rubber-dns.yml for dns configuration
2424# This lets rubber update a dynamic dns service with the instance alias
@@ -30,14 +30,14 @@ domain: foo.com
3030#
3131# rubber_secret: "#{File.expand_path('~') + '/.ec2' + (Rubber.env == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue 'rubber-secret.yml'}"
3232
33- # OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
33+ # OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
3434# Not that much better when stored in here, but you could use a ruby snippet in here to fetch it from a key server or something
3535#
3636# rubber_secret_key: "XXXyyy=="
3737
3838# REQUIRED All known cloud providers with the settings needed to configure them
3939# There's only one working cloud provider right now - Amazon Web Services
40- # To implement another, clone lib/rubber/cloud/aws.rb or make the fog provider
40+ # To implement another, clone lib/rubber/cloud/aws.rb or make the fog provider
4141# work in a generic fashion
4242#
4343cloud_providers :
You can’t perform that action at this time.
0 commit comments