Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mysqlmb4.config.php « docker « tests - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e78272fab4f34356604a9bb9bb300d212ab1903 (plain)
1
2
3
4
5
<?php

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