添加测试环境配置

This commit is contained in:
潘晓云
2022-04-09 15:47:11 +08:00
parent 9d207f98cf
commit f92ca6fe62
4 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,11 @@
import { Environment } from '@delon/theme';
export const environment = {
production: true,
useHash: true,
api: {
baseUrl: 'https://tms-api-test.eascs.com',
refreshTokenEnabled: false,
refreshTokenType: 'auth-refresh',
},
} as Environment;