Skip to content

Commit

Permalink
Ministry Configaration (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Mishra <abhinavmishra@Abhinavs-MacBook-Pro.local>
  • Loading branch information
abhinavm117 and Abhinav Mishra authored Jul 11, 2024
1 parent f5e8bd1 commit 1dd4258
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions helm/g2p-sandbox/config/application-bb.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,20 @@ rest.authorization.enabled=false
rest.authorization.host=http://ops-bk.mifos.g2pconnect.io

dfspids=rhino, gorilla

budget-account.registeringInstitutions[0].id=SocialWelfare
budget-account.registeringInstitutions[0].programs[0].id=Education
budget-account.registeringInstitutions[0].programs[0].name=Education
budget-account.registeringInstitutions[0].programs[0].identifierType=MSISDN
budget-account.registeringInstitutions[0].programs[0].identifierValue=123456789

budget-account.registeringInstitutions[0].programs[1].id=UnconditionalCashTransfer
budget-account.registeringInstitutions[0].programs[1].name=Unconditional Cash Transfer
budget-account.registeringInstitutions[0].programs[1].identifierType=MSISDN
budget-account.registeringInstitutions[0].programs[1].identifierValue=223456789

budget-account.registeringInstitutions[1].id=Health
budget-account.registeringInstitutions[1].programs[0].id=Maternity
budget-account.registeringInstitutions[1].programs[0].name=Maternity
budget-account.registeringInstitutions[1].programs[0].identifierType=MSISDN
budget-account.registeringInstitutions[1].programs[0].identifierValue=323456789

0 comments on commit 1dd4258

Please sign in to comment.