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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|