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
8fabb384
Commit
8fabb384
authored
Nov 09, 2013
by
Jean Michel Rouly
Browse files
Introduced Piwik tracking option.
parent
6b007145
Changes
1
Hide whitespace changes
Inline
Side-by-side
wsgi/goconfig.py.template
View file @
8fabb384
...
...
@@ -8,6 +8,7 @@
doc_root = "/srv/http"
# domain: This is the domain the website is being hosted at.
# do not include a final slash.
domain = "www.example.com"
...
...
@@ -41,7 +42,7 @@ sql_usr_table = "usrs"
sql_registration_table = "registered"
#ldap_domain: The location of the LDAP database to connect to.
ldap_domain = "ldap
s
://lda.example.com:port"
ldap_domain = "ldap://lda
p
.example.com:port"
...
...
@@ -55,3 +56,9 @@ ldap_domain = "ldaps://lda.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"
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