Skip to content

Commit 3c2d55c

Browse files
committed
rename
1 parent 1489b3f commit 3c2d55c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Projects/BooksLibrary/src/config/configuration.manager.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AuthenticationType, AuthorizationType, Configurations } from './configuration.types';
2-
import * as configuration from 'app.config.json';
2+
import * as AppConfig from 'app.config.json';
33

44
export class ConfigurationManager {
55
static _config: Configurations = null;
@@ -10,8 +10,8 @@ export class ConfigurationManager {
1010
SystemIdentifier: '',
1111
MaxUploadFileSize: 0,
1212
Auth: {
13-
Authentication: configuration.Auth.Authentication as AuthenticationType,
14-
Authorization: configuration.Auth.Authorization as AuthorizationType,
13+
Authentication: AppConfig.Auth.Authentication as AuthenticationType,
14+
Authorization: AppConfig.Auth.Authorization as AuthorizationType,
1515
},
1616
};
1717
};

0 commit comments

Comments
 (0)