nextcloud-server/tests/databases-all-config.php

16 lines
225 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
$CONFIG = [
'supportedDatabases' => [
'sqlite',
'mysql',
'pgsql',
'oci',
],
];