[PHP-WEBMASTER] [web-analytics] main: Tweak some settings to pacifiy Matomo

Author: Derick Rethans (derickr)
Date: 2025-01-28T11:42:57Z

Commit: Tweak some settings to pacifiy Matomo · php/web-analytics@5c30929 · GitHub
Raw diff: https://github.com/php/web-analytics/commit/5c30929db276c09aa5630b9f8684f917be7ca8ea.diff

Tweak some settings to pacifiy Matomo

Changed paths:
  M www/config/config.ini.php

Diff:

diff --git a/www/config/config.ini.php b/www/config/config.ini.php
index 46eeb87..0c1f7cd 100644
--- a/www/config/config.ini.php
+++ b/www/config/config.ini.php
@@ -6,6 +6,8 @@
dbname = "matomo"
tables_prefix = "matomo_"
charset = "utf8mb4"
+collation = "utf8mb4_general_ci"
+schema = "Mariadb"

[General]
noreply_email_address = "noreply@php.net"