six-dimension-aigc/src/config/index.ts

15 lines
375 B
TypeScript

/**
* Copyright 2025 Beijing Volcano Engine Technology Co., Ltd. All Rights Reserved.
* SPDX-license-identifier: BSD-3-Clause
*/
import { ConfigFactory } from './config';
export * from './common';
export const AIGC_PROXY_HOST = 'http://192.168.31.106:3001';
export const DEMO_VERSION = '1.4.0';
export const Config = ConfigFactory;
export default new ConfigFactory();