Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormasterdot <masterdot_@Macintosh.local>2010-11-29 12:26:47 +0300
committermasterdot <masterdot_@Macintosh.local>2010-11-29 12:26:47 +0300
commit35feccbb2c09955a5dd9c44e9332eb623333966f (patch)
tree9dbc382287bbcdfc69fcd1e9b6b1d97d4d91471e /config/app_config.yml.example
parent2c22941e2fbc1368059f656316db6f90d9497730 (diff)
added support for tracking via piwik.
if piwik_id is not set no javascript will be included. it may be both enabled, aganalytics and piwik.
Diffstat (limited to 'config/app_config.yml.example')
-rw-r--r--config/app_config.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/app_config.yml.example b/config/app_config.yml.example
index 06b6c3168..3aef91197 100644
--- a/config/app_config.yml.example
+++ b/config/app_config.yml.example
@@ -68,6 +68,12 @@ default:
#google analytics key, if false, it won't include the javascript
google_a_site: false
+
+ #piwik integration if not set, no javascript included
+ piwik_id:
+ # the site url in raw format (e.g. pikwik.examplehost.com)
+ piwik_url:
+
#cloudfiles username and api-key, used for backups
cloudfiles_username: 'example'