diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-08 16:45:13 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-08 16:45:13 +0200 |
| commit | 9436dca4ed72e0e5bb36f5444ddeb5de9b346c03 (patch) | |
| tree | 3757286967a44e89f9e3e76231e6d44ba2265bb6 /config/application.yml.example | |
| parent | 00b6536f4d155ec41b8a8434d992b6b207f07bb5 (diff) | |
| download | gitlab-ci-builds-path.tar.gz | |
Make configurable builds_path in application.ymlbuilds-path
Diffstat (limited to 'config/application.yml.example')
| -rw-r--r-- | config/application.yml.example | 3 |
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" |
