From fa813eb0701ec0b2c0ee0eceeca1c1cb9b5491f1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Apr 2025 12:08:17 +0100 Subject: [PATCH] Configure collation for matomo --- cookbooks/matomo/templates/default/config.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/matomo/templates/default/config.erb b/cookbooks/matomo/templates/default/config.erb index 457badc83..ccfad7aac 100644 --- a/cookbooks/matomo/templates/default/config.erb +++ b/cookbooks/matomo/templates/default/config.erb @@ -7,7 +7,8 @@ password = "<%= @passwords['database'] %>" dbname = "piwik" tables_prefix = "piwik_" charset = "utf8mb4" - +collation = "utf8mb4_unicode_ci" + [General] force_ssl = 1 force_ssl_login = 1 -- 2.39.5