File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Projects/BooksLibrary/src/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { AuthenticationType , AuthorizationType , Configurations } from './configuration.types' ;
2- import * as configuration from 'app.config.json' ;
2+ import * as AppConfig from 'app.config.json' ;
33
44export 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 } ;
You can’t perform that action at this time.
0 commit comments