Represents the shape of configuration Module config.js
.
Application wide Global Variable to keep TMT Application related configuration.
This variable is solely responsible for providing frontend configurations across all the TMT applications.
Note: This variable need to be set on application load time using loadGlobalConfig()
This function loads the required Configuration from the static server's root level file named 'config.js'.
This configuration is currently used to set Global Configurations which will be used by all TMT Applications.
In Production, this method expects config.js
file to be present containing ConfigModule
.
Generated using TypeDoc
Represents the shape of configuration properties
ConfigModule
.