blob: c47df61f6e62b8892c4c7dc6a6196b1c7e6e485d (
plain)
1
2
3
4
5
6
7
8
|
/**
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const config = window._oc_config || {}
export default config
|