Files
hertzbeat/web-app/src/environments/environment.prod.ts

11 lines
191 B
TypeScript
Raw Normal View History

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