mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
8323cbb9e5
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
7 lines
74 B
PHP
7 lines
74 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$CONFIG = [
|
|
'mysql.utf8mb4' => true,
|
|
];
|