Browse Source

Merge pull request #12067 from abpframework/environment-custom-settings

Environment custom settings
pull/12068/head
Muhammed Altuğ 4 years ago
committed by GitHub
parent
commit
4f6e5411bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/core/src/lib/models/environment.ts

2
npm/ng-packs/packages/core/src/lib/models/environment.ts

@ -10,8 +10,8 @@ export interface Environment {
oAuthConfig: AuthConfig;
production: boolean;
remoteEnv?: RemoteEnv;
[key:string]: any; // eslint-disable-line @typescript-eslint/no-explicit-any
}
export interface ApplicationInfo {
name: string;
baseUrl?: string;

Loading…
Cancel
Save