Skip to content

Commit d046ae4

Browse files
committed
Setting basic properties in rubber.yml
1 parent d2536ec commit d046ae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/rubber/rubber.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
app_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
#
4343
cloud_providers:

0 commit comments

Comments
 (0)