Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
64e630ce
Commit
64e630ce
authored
Nov 09, 2013
by
Jean Michel Rouly
Browse files
Added piwik configuration details.
parent
488fec74
Changes
1
Show whitespace changes
Inline
Side-by-side
wsgi/goconfig.py.template
View file @
64e630ce
...
...
@@ -56,9 +56,16 @@ ldap_domain = "ldap://ldap.example.com:port"
# min_url_len: This is the minimum required length of
# a "short url" or url identifier.
min_url_len = 5
#
# piwik: Enable piwik analytics & tracking.
piwik = False
# piwik_url: If Piwik is enabled, point this to the tracking server.
piwik_url = "http://www.example.com/analytics"
# piwik_tracking_api_url: If Piwik is enabled, point this to the tracking server.
piwik_tracking_api_url = "http://www.example.com/analytics/piwik.php"
# piwik_site_id: The Piwik SITE_ID global variable.
piwik_site_id = 1
# piwik_token_auth: The private Piwik tracking token auth. Currently
# disabled.
piwik_token_auth = ""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment