environment.ts 1.2 KB
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
export const Environment = {
    // 原型示例数模式
    SampleMode: false,
    // 应用名称
    AppName: 'web',
    // 应用 title
    AppTitle: 'UAA鉴权',
    // 应用基础路径
    BaseUrl: '../',
    // 系统名称
    SysName: 'ibzuaa',
    // 远程登录地址,本地开发调试使用
    RemoteLogin: 'ibizutil/login',
    // 文件导出
    ExportFile: 'ibizutil/download',
    // 文件上传
    UploadFile: 'ibizutil/upload',
    // 是否为pc端应用
    isAppMode:true,
    //统一地址
    uniteAddress:"http://172.16.100.202:8114",
    // 是否为开发模式
    devMode: true,
    // 项目模板地址
    ProjectUrl: "http://demo.ibizlab.cn/groups/ibizr7pfstdtempl",
    // 配置平台地址
    StudioUrl: "http://172.16.170.145/slnstudio/",
    // 中心标识
    SlnId: "B4BF5C84-D020-4D9A-A986-8FA4FD72816C",
    // 系统标识
    SysId: "B428B5BE-EA90-4101-A493-BA7085D89F0A",
    // 前端应用标识
    AppId: "6e0b7357169ef4eba84e1347ed94bd84",
    // 项目发布文件地址
    PublishProjectUrl: 'http://oauth2:ymrzrgzh97axsgq_TjR3@labcs.ibizee.cn/ibiz4jteam/ibzuaa.git',
    // ibiz开放平台地址
    ibizlabtUrl: 'https://www.ibizlab.cn',
    // ibiz论坛地址
    ibizbbstUrl: 'https://bbs.ibizlab.cn',
};