Files
bbq/src/environments/environment.prod.ts
wangshiming 5cafadb8e2 fix bug
2022-04-09 15:32:37 +08:00

12 lines
257 B
TypeScript

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