You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
316 B
TypeScript

// Copyright (C) 2019-2022 Intel Corporation
// Copyright (C) 2022 CVAT.ai Corporation
//
// SPDX-License-Identifier: MIT
const config = {
backendAPI: '/api',
proxy: false,
organizationID: null,
origin: '',
uploadChunkSize: 100,
removeUnderlyingMaskPixels: false,
};
export default config;