-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathbootstrap.properties
More file actions
46 lines (38 loc) · 2.05 KB
/
Copy pathbootstrap.properties
File metadata and controls
46 lines (38 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
spring.cloud.config.uri=localhost
spring.cloud.config.label=master
spring.cloud.config.name=pre-registration
spring.application.name=pre-registration-booking-service
spring.profiles.active=dev
management.endpoint.health.show-details=always
management.endpoints.web.exposure.include=info,health,refresh
server.servlet.context-path=/preregistration/v1
server.port=9095
##disabling health check so that client doesnt try to load properties from sprint config server every
## 5 minutes (should not be done in production)
health.config.enabled=false
mosip.preregistration.booking.id.book=mosip.pre-registration.booking.book
mosip.id.preregistration.booking.book=mosip.pre-registration.booking.book
#disabling health check so that client doesnt try to load properties from sprint config server every
# 5 minutes (should not be done in production)
#mosip.auth.adapter.impl.basepackage=io.mosip.kernel.auth.defaultadapter
mosip.id.validation.identity.phone=^([6-9]{1})([0-9]{9})$
mosip.id.validation.identity.email: ^[\w-\+]+(\.[\w]+)*@[\w-]+(\.[\w]+)*(\.[a-zA-Z]{2,})$
prereg.auth.jwt.secret=Yn2kjibddFAWtnPJ2AFlL8WXmohJMCvigQggaEypa5E=
openapi.info.title=Pre-Registration-Booking
openapi.info.description=Pre-Registration-Booking Service
openapi.info.version=1.0
openapi.info.license.name=Mosip
openapi.info.license.url=https://docs.mosip.io/platform/license
mosipbox.public.url=http://localhost:${server.port}
openapi.service.servers[0].url=${mosipbox.public.url}${server.servlet.context-path}
openapi.service.servers[0].description=Pre-Registration-Booking Service
openapi.group.name=${openapi.info.title}
openapi.group.paths[0]=/**
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.operationsSorter=alpha
springdoc.swagger-ui.path=/appointment/booking-service/swagger-ui.html
springdoc.api-docs.path= /appointment/booking-service/v3/api-docs
#the custom auth provider component names list
#this will be used by default auth adapter
mosip.security.authentication.provider.beans.list.pre-registration-booking-service=customJWTAuthProvider