Skip to content

Commit

Permalink
Adding config
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumya Saumya authored and Saumya Saumya committed Feb 12, 2020
1 parent d120f11 commit b380892
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
7 changes: 7 additions & 0 deletions config-templates/admin-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,10 @@ mosip.kernel.registrationcenterid.length=5

mosip.kernel.audit.manager.api=https://<IP>:<PORT>/v1/auditmanager/audits
mosip.kernel.masterdata.audit-url=https://<IP>:<PORT>/v1/auditmanager/audits

mosip.kernel.packet-status-update-url=https://<IP>:<PORT>/registrationprocessor/v1/registrationtransaction/search
mosip.kernel.zone-validation-url=https://<IP>:<PORT>/v1/masterdata/zones/authorize
mosip.kernel.registrationcenterid.length=5

mosip.kernel.audit.manager.api=https://<IP>:<PORT>/v1/auditmanager/audits
mosip.kernel.masterdata.audit-url=https://<IP>:<PORT>/v1/auditmanager/audits
8 changes: 8 additions & 0 deletions config-templates/kernel-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,12 @@ mosip.keycloak.admin.client.id=<admin-cli client id>
mosip.keycloak.admin.user.id=<admin-cli user id>
mosip.keycloak.admin.secret.key=<admin-cli secret key>

mosip.base.url={{ base_url }}

master.search.maximum.rows=50
mosip.level=2
mosip.kernel.masterdata.audit-url=http://localhost:8081/v1/auditmanager/audits
mosip.keycloak.max-no-of-users=20000

mosip.kernel.sign-url=${mosip.base.url}/v1/signature/sign
masterdata.registerdevice.timestamp.validate=+5
20 changes: 2 additions & 18 deletions config-templates/pre-registration-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ booking.service.contextpath=preregistration/${booking.service.version}
#Booking service URL
booking.resource.url=${booking.service.env}/${booking.service.contextpath}

#BatchJob-service version
batch.service.version=v1

#BatchJob-service context path
batch.service.env=http://pre-registration-batchjob-service:9096
batch.service.contextpath=preregistration/${batch.service.version}/batch

#batchjob service URL
batch.resource.url=${batch.service.env}/${batch.service.contextpath}

#Notification service context path
notification.service.version=v1
notification.service.env=http://pre-registration-notification-service:9099
Expand Down Expand Up @@ -299,14 +289,8 @@ spring.batch.tablePrefix=PREREG.BATCH_
#Booking service URL for creating time slots
bookingAvailablity.url=${booking.resource.url}/appointment/availability/sync

#BatchJob-service URL for updating the consumed status
updateConsumedStatus.url=${batch.resource.url}/consumedStatus

#BatchJob-service URL for updating to expiredStatus
expiredStatus.url=${batch.resource.url}/expiredStatus

#BatchJob-service cancel appointment URL
batch.appointment.cancel=${batch.service.env}/preregistration/v1
#Appointment Cancel
batch.appointment.cancel=${booking.service.env}/${booking.service.contextpath}

# ----------- BatchJob-Service--------

Expand Down
2 changes: 1 addition & 1 deletion config-templates/registration-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ mosip.registration.cbeff_algorithm_org = HMAC
mosip.registration.cbeff_algorithm_type = SHA-256

#Minimum disk space required to create a packet(in MB)
mosip.registration.disk_space_size=5
mosip.registration.disk_space_size=5

#Current MDS version
current_mdm_spec=0.9.2
Expand Down
2 changes: 1 addition & 1 deletion config-templates/resident-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ resident.machine.id=20007

#----------------------config data---------------------
resident.datetime.pattern=yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
auth.types.allowed=demo,bio-FIR,bio-IIR,bio-FACE
auth.types.allowed=otp,bio-FIR,bio-IIR,bio-FACE

0 comments on commit b380892

Please sign in to comment.