Skip to content

Commit

Permalink
Setting basic properties in rubber.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dliggat committed Dec 13, 2014
1 parent d2536ec commit d046ae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/rubber/rubber.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# REQUIRED: The name of your application
app_name: your_app_name
app_name: bloggy

# REQUIRED: The system user to run your app servers as
app_user: app
Expand All @@ -14,11 +14,11 @@ admin_email: "root@#{full_host}"
# web_tools_password: sekret

# REQUIRED: The timezone the server should be in
timezone: US/Eastern
timezone: US/Pacific

# REQUIRED: the domain all the instances should be associated with
#
domain: foo.com
domain: bloggy.com

# OPTIONAL: See rubber-dns.yml for dns configuration
# This lets rubber update a dynamic dns service with the instance alias
Expand All @@ -30,14 +30,14 @@ domain: foo.com
#
# rubber_secret: "#{File.expand_path('~') + '/.ec2' + (Rubber.env == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue 'rubber-secret.yml'}"

# OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
# OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
# 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
#
# rubber_secret_key: "XXXyyy=="

# REQUIRED All known cloud providers with the settings needed to configure them
# There's only one working cloud provider right now - Amazon Web Services
# To implement another, clone lib/rubber/cloud/aws.rb or make the fog provider
# To implement another, clone lib/rubber/cloud/aws.rb or make the fog provider
# work in a generic fashion
#
cloud_providers:
Expand Down

0 comments on commit d046ae4

Please sign in to comment.