-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-39993 - Added the value mapping property file (#810)
Signed-off-by: Mohanachandran S <[email protected]>
- Loading branch information
1 parent
ea1aa20
commit a8e38cd
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
api-test/src/main/resources/config/valueMapping.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# common properties | ||
residenceStatus=NFR | ||
fullName=TEST_FULLNAME | ||
firstName=TEST_FIRSTNAME | ||
dateOfBirth=1996/01/01 | ||
gender=MLE | ||
pobCountry=POB_COUNTRY | ||
pobProvince=POB_PROVINCE | ||
pobCity=POB_CITY | ||
bloodType=BLOOD_TYPE | ||
permanentCountry=PERMANENT_COUNTRY | ||
permanentAddressLine1=PERMANENT_ADDRESS_LINE_1 | ||
presentAddressLine1=PRESENT_ADDRESS_LINE_1 | ||
modeOfClaim=MODE_OF_CLAIM | ||
presentCountry=PRESENT_COUNTRY | ||
addressLine1=TEST_ADDRESSLINE1 | ||
addressLine2=TEST_ADDRESSLINE2 | ||
addressLine3=TEST_ADDRESSLINE3 | ||
postalCode=14022 | ||
phone=8249742850 | ||
email=[email protected] | ||
region=TEST_REGION | ||
fullName1=Lisa.GN | ||
firstName1=Lisa.GN | ||
province=TEST_PROVINCE | ||
city=TEST_CITY | ||
zone=TEST_ZONE | ||
introducerName=TEST_INTRODUCERNAME | ||
bloodGroup=O | ||
Miss-TitleFromServer=MIS | ||
Mr-TitleFromServer=MIR | ||
Mrs-TitleFromServer=MRS | ||
Miss-TitleFromServer.=MIS | ||
addressCopy=TEST_ADDRESSLINE3 | ||
proofOfAddress=TEST_ADDRESSLINE2 |