Skip to content

Commit

Permalink
added missing properties (#1066)
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Rana <[email protected]>
  • Loading branch information
sacrana0 authored Dec 20, 2024
1 parent c0c6154 commit d7e9ce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,7 @@ mosip.esignet.ui.config.key-values={'sbi.env': '${mosip.esignet.authenticator.id

#mosip.esignet.integration.audit-plugin=LoggerAuditService
#mosip.esignet.integration.key-binder=NoOpKeyBinder


## Validation schema files
mosip.esignet.claims.schema.url=classpath:/verified_claims_request_schema.json
3 changes: 3 additions & 0 deletions esignet-service/src/main/resources/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ management.endpoint.metrics.enabled=true
management.endpoints.web.exposure.include=*
management.endpoint.prometheus.enabled=true
management.metrics.export.prometheus.enabled=true

# to accept string as valid type for jsonb column
spring.datasource.hikari.data-source-properties=stringtype=unspecified

0 comments on commit d7e9ce0

Please sign in to comment.