mirror of
https://github.com/nextcloud/server.git
synced 2025-02-21 23:56:55 +00:00
7 lines
74 B
PHP
7 lines
74 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$CONFIG = [
|
|
'mysql.utf8mb4' => true,
|
|
];
|