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,
2021-12-26 15:08:54 +08:00
useHash: false,
api: {
2021-12-26 15:08:54 +08:00
baseUrl: '/',
refreshTokenEnabled: true
}
} as Environment;