]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/piwik/templates/default/config.erb
Switch piwik database to utf8mb4
[chef.git] / cookbooks / piwik / templates / default / config.erb
index bb9b6a9d9088662f596e17146007294d339e8db4..469adeeecdfee911b94b2bc7e32b7163d004a69e 100644 (file)
@@ -1,12 +1,12 @@
 ; <?php exit; ?> DO NOT REMOVE THIS LINE
-; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file.
+; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
 [database]
 host = "localhost"
 username = "piwik"
 password = "<%= @passwords['database'] %>"
 dbname = "piwik"
 tables_prefix = "piwik_"
-charset = "utf8"
+charset = "utf8mb4"
 
 [General]
 force_ssl = 1