-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsettings.yml
More file actions
27 lines (27 loc) · 886 Bytes
/
settings.yml
File metadata and controls
27 lines (27 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
host_url:
type: string
default: ''
description: Host URL without http:// or https://
website_id:
type: string
default: ''
exclude_groups:
type: string
default: ''
description: Comma separated list of groups to exclude from tracking such as admins, staff.
user_id_tracking:
type: string
default: ''
description: An indentifying field name on the current user object such as id, username or external_id.
subdomain_tracking:
type: bool
default: false
description: Track visitors across main domain & subdomains, assuming discourse is on a subdomain.
do_not_track:
type: bool
default: false
description: So tracking requests will not be sent if visitors do not wish to be tracked.
disable_cookies:
type: bool
default: false
description: Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next pageview.