Skip to content

This repository contains MOSIP configuration templates

License

Notifications You must be signed in to change notification settings

RitikJain4108/mosip-config

This branch is 313 commits behind mosip/mosip-config:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0dbf2bd · Apr 15, 2023
May 13, 2019
May 26, 2021
Jul 11, 2019
Jan 27, 2022
Jul 29, 2022
Dec 28, 2022
Jun 24, 2021
Jan 9, 2022
Apr 11, 2023
May 24, 2022
Mar 31, 2023
Sep 5, 2022
Feb 10, 2022
Feb 8, 2022
Mar 7, 2023
Mar 21, 2021
Dec 28, 2022
May 26, 2021
Mar 7, 2023
Mar 16, 2023
Apr 15, 2023
Dec 24, 2021
Aug 20, 2021
Apr 12, 2022
Apr 6, 2023
Mar 4, 2022
Dec 28, 2022
Oct 8, 2021
Mar 4, 2022
Mar 31, 2023
Mar 15, 2023
Mar 28, 2023
May 26, 2021
Jan 18, 2023
Jan 5, 2023
Mar 31, 2023
Mar 28, 2023
Apr 10, 2023
Apr 15, 2023
Mar 24, 2023
Feb 8, 2022
Mar 29, 2023
Dec 21, 2022
Jun 2, 2022
Aug 9, 2022
May 26, 2021
Mar 30, 2023
Feb 10, 2022
Apr 1, 2022
Jul 22, 2022
Mar 29, 2023
Apr 10, 2023
Jan 11, 2023
Aug 15, 2022
Sep 22, 2022
Dec 31, 2021
Nov 24, 2021
Dec 31, 2021
Apr 12, 2022
Apr 12, 2022
Mar 25, 2022
Jan 12, 2022
Jan 12, 2022
Jan 12, 2022
Mar 31, 2023
Aug 21, 2021
Jul 29, 2022
Apr 15, 2023
Feb 9, 2023
Feb 9, 2023
Feb 9, 2023
Apr 5, 2023
Jun 6, 2022
Aug 21, 2022
Jan 5, 2023

Repository files navigation

MOSIP Configuration

Configuration properties

MOSIP uses Spring CLoud Config Server to read the properties files. So, to use the properties files in this repo, please update the IP addresses, keys and passwords and then point to this repo in spring cloud config in kernel module.

Config server

Local Config Server Installation Guide

Overview

MOSIP uses Config Server to read the properties files.

Download

  1. Download Config server jar config-server

  2. Clone the Mosip config repo mosip-config

Run

To run config server jar set the following attribute

-Dspring.cloud.config.server.native.search-locations = point to mosip-config repo location

Run Config Server Jar

java -jar -Dspring.profiles.active=native  -Dspring.cloud.config.server.native.search-locations=file:C:\mosipcode\mosip-config\sandbox -Dspring.cloud.config.server.accept-empty=true  -Dspring.cloud.config.server.git.force-pull=false -Dspring.cloud.config.server.git.cloneOnStart=false -Dspring.cloud.config.server.git.refreshRate=0 kernel-config-server-1.0.6.jar

About

This repository contains MOSIP configuration templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published