UNPKG

fcc-core

Version:

Fusion communication center.

22 lines (20 loc) 528 B
// 各个中台服务的地址 export const serverUrl = { // 开发环境 development: { UCC: '/ucc_server', // 代理到了业务服务器(即 tomcat) NATS_SERVER: '/natsService', NAGENT: '/nagent', SERVICE: '/service', CMS: '/cms' }, // 生产环境 production: { UCC: '/ucc_server', // 代理到了业务服务器(即 tomcat) NATS_SERVER: '/natsService', NAGENT: '/nagent', SERVICE: '/service', CMS: '/cms' } } export const language = 'zh_CN'