Files
nextcloud-server-mirror/tests/docker/mysqlmb4.config.php
2016-10-19 00:15:01 +02:00

6 lines
53 B
PHP

<?php
$CONFIG = array(
'mysql.utf8mb4' => true,
);