Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 990 Bytes

Configuration-Server.md

File metadata and controls

18 lines (11 loc) · 990 Bytes
  • Configuration Server (CFG_FR_1)

The configuration server provides properties based on which MOSIP renders different functionalities.

It is a centralized configuration server where all the configuration elements are saved, including the platform configuration and ID Object schema.

The Central configuration server provides following functionality:

  1. It provides functionality to read XML files and Property files
  2. It helps to manage all the configuration files stored at a centralized location in Git
  3. It provides a functionality to change the property for a micro-service, it can reflect the changes dynamically without redeploying the micro-service.
  4. This component allows all the configurations to come from a central server

Please refer the configuring MOSIP section in Getting Started guide for more details on the configuration server

Kernel API

Refer to Wiki for more details on Kernel API