项目初始化
This commit is contained in:
11
src/environments/environment.prod.ts
Normal file
11
src/environments/environment.prod.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { Environment } from '@delon/theme';
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
useHash: true,
|
||||
api: {
|
||||
baseUrl: './',
|
||||
refreshTokenEnabled: true,
|
||||
refreshTokenType: 'auth-refresh'
|
||||
}
|
||||
} as Environment;
|
||||
Reference in New Issue
Block a user