diff options
Diffstat (limited to 'core/src/OC/config.js')
-rw-r--r-- | core/src/OC/config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/OC/config.js b/core/src/OC/config.js new file mode 100644 index 00000000000..c47df61f6e6 --- /dev/null +++ b/core/src/OC/config.js @@ -0,0 +1,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 |