summaryrefslogtreecommitdiff
path: root/config/application.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/application.yml.example')
-rw-r--r--config/application.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/application.yml.example b/config/application.yml.example
index 8d345b3..d86f68b 100644
--- a/config/application.yml.example
+++ b/config/application.yml.example
@@ -29,6 +29,9 @@ defaults: &defaults
# Add pusher to recipients list (default: false)
# add_pusher: true
+ # The location where build traces are stored (default: builds/). Relative paths are relative to Rails.root
+ # builds_path: builds/
+
gravatar:
enabled: true
plain_url: "http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=mm"