1234567891011121314151617181920212223242526272829303132333435363738 |
- import config from './index.json'
- export default {
- title: '档案管理 泓创智诚',
- desc: '泓创智诚数字工程档案平台',
- key: 'archives',
- clientId: 'archives',
- clientSecret: 'archives_secret',
- tenantMode: true,
- tenantId: '000000',
- captchaMode: false,
- switchMode: false,
-
- tokenTime: 30,
- tokenHeader: 'Blade-Auth',
- tokenKey: 'archives-access-token',
- refreshTokenKey: 'archives-refresh-token',
- statusWhiteList: [],
- role_id: '1610526744728031234',
- isLog: 'auto',
-
- domains: [],
- ports: ['7777'],
-
- ossUrl: 'https://blade-oss-chongqing.oss-cn-shenzhen.aliyuncs.com',
-
-
- socketLimit: 10,
- socketInterval: 10000,
- localModel: false,
- ...config,
-
-
-
-
- }
|