From bcbc1421705417fead210b7e2c95a251a4d13e8f Mon Sep 17 00:00:00 2001 From: "maenz.torsten" Date: Thu, 26 Aug 2021 20:35:20 +0200 Subject: [PATCH] * add tracking config --- config/config.ini.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.ini.example b/config/config.ini.example index 53bfac7..15348e5 100644 --- a/config/config.ini.example +++ b/config/config.ini.example @@ -138,4 +138,5 @@ views.layout = "layout" ; Matomo Config matomo.url = "" matomo.token = "" -matomo.id = "" \ No newline at end of file +matomo.id = "" +matomo.tracking = "disable" \ No newline at end of file