Skip to content

Commit

Permalink
Merge pull request #19 from edrlab/custom-domain
Browse files Browse the repository at this point in the history
Set up Matomo
  • Loading branch information
gautierchomel authored May 3, 2024
2 parents 848b315 + d891a72 commit 4dd6c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ websiteDomain = "example.com" # domain name of your website, most cases same as
# scritpName = "plausible" # default is set to plausible, only required if using a custome name for script

[matomo_analytics]
enable = false # To enable matomo analytics change to `true`.
websiteDomain = "example.com" # Set the domain name of your website, in most cases same as your base URL this is required.
matomoDomain = "matomo.example.com" # Set to Matomo domain
matomoSiteID = "1" # Default is set to 1, change this to the siteid being tracked
enable = true # To enable matomo analytics change to `true`.
websiteDomain = "https://members.edrlab.org/" # Set the domain name of your website, in most cases same as your base URL this is required.
matomoDomain = "https://stats.edrlab.org/" # Set to Matomo domain
matomoSiteID = "3" # Default is set to 1, change this to the siteid being tracked

showReadTime = false
showDate = false

0 comments on commit 4dd6c26

Please sign in to comment.