summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSebastian Winkler <sekl@slmn.de>2014-02-23 15:06:49 +0100
committerSebastian Winkler <sekl@slmn.de>2014-02-23 15:13:38 +0100
commit64e4b400d0e15f675315bce2dc286b64ee0041e4 (patch)
treed1a407d90bd621c66e91170dbaa09282db1e5e41 /config
parente868de687da060a109bd67fd492ed110eb134d47 (diff)
downloadgitlab-ce-64e4b400d0e15f675315bce2dc286b64ee0041e4.tar.gz
Added Piwik support
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index ce57465d687..dae93bc4ebd 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -217,6 +217,10 @@ production: &base
## Google analytics. Uncomment if you want it
# google_analytics_id: '_your_tracking_id'
+ ## Piwik analytics.
+ # piwik_url: '_your_piwik_url'
+ # piwik_site_id: '_your_piwik_site_id'
+
## Text under sign-in page (Markdown enabled)
# sign_in_text: |
# ![Company Logo](http://www.companydomain.com/logo.png)