Files
hertzbeat/web-app/src/environments/environment.prod.ts
2021-11-27 22:21:52 +08:00

12 lines
229 B
TypeScript

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