Files
CID/src/spdm/config.ts

25 lines
1.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// // 生产环境
// export const SPDM_URL = 'http://192.168.190.161:3000'; // SPDM项目地址
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
// export const TENANT_NAME = 'base'; // 租户:基线
// export const CODE_ENV = 'production'; // 生产环境
// 测试环境
export const SPDM_URL = 'http://192.168.65.161:3000'; // SPDM项目地址
export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
export const TENANT_NAME = 'lyric'; // 租户:利元亨
export const CODE_ENV = 'test'; // 测试环境
// // 利元亨内网环境
// export const SPDM_URL = 'http://192.168.30.147:7115'; // SPDM项目地址
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
// export const TENANT_NAME = 'lyric'; // 租户:利元亨
// export const CODE_ENV = 'lyric-intranet'; // 利元亨内网环境
// // 本地环境
// // export const SPDM_URL = 'http://192.168.65.64:3001'; // SPDM项目地址李靖本地
// export const SPDM_URL = 'http://192.168.65.61:3001'; // SPDM项目地址董志欢本地
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
// export const TENANT_NAME = 'lyric'; // 租户:利元亨
// export const CODE_ENV = 'local-dev'; // 本地开发环境