diff options
author | Sebastian Winkler <sekl@slmn.de> | 2014-02-23 15:06:49 +0100 |
---|---|---|
committer | Sebastian Winkler <sekl@slmn.de> | 2014-02-23 15:13:38 +0100 |
commit | 64e4b400d0e15f675315bce2dc286b64ee0041e4 (patch) | |
tree | d1a407d90bd621c66e91170dbaa09282db1e5e41 /config/gitlab.yml.example | |
parent | e868de687da060a109bd67fd492ed110eb134d47 (diff) | |
download | gitlab-ce-64e4b400d0e15f675315bce2dc286b64ee0041e4.tar.gz |
Added Piwik support
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
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) |