diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-26 18:19:25 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-26 18:19:25 +0200 |
| commit | d36669d8ead7d0466abf1ab51fff2bd41b268c0e (patch) | |
| tree | 0a43919692fd2efd21fa524c100f6241c509ef50 /config/gitlab.yml.example | |
| parent | 63d0c0b93ba702340f9adf8e2772ecaddab635af (diff) | |
| parent | 64e4b400d0e15f675315bce2dc286b64ee0041e4 (diff) | |
| download | gitlab-ce-d36669d8ead7d0466abf1ab51fff2bd41b268c0e.tar.gz | |
Merge pull request #6420 from Seklfreak/add-piwik-support
Added Piwik Integration
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 39f35adb164..a40ce7212fe 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: | #  |
