Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into feature/SELC-4470
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro committed Apr 16, 2024
2 parents 064ba59 + 04eabcf commit ba160d5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
rest-client.user-ms.base-url=${SELFCARE_USER_URL:http://localhost:8080}
rest-client.user-ms.serviceCode=user-ms
rest-client.user-ms.institution.serviceCode=user-institution-ms
rest-client.user-permission.serviceCode=user-permission
feign.client.config.user-ms.requestInterceptors[0]=it.pagopa.selfcare.commons.connector.rest.interceptor.AuthorizationHeaderInterceptor
feign.client.config.user-ms.connectTimeout=${SELFCARE_USER_REST_CLIENT_CONNECT_TIMEOUT:${REST_CLIENT_CONNECT_TIMEOUT:5000}}
feign.client.config.user-ms.readTimeout=${SELFCARE_USER_REST_CLIENT_READ_TIMEOUT:${REST_CLIENT_READ_TIMEOUT:5000}}
feign.client.config.user-ms.loggerLevel=${SELFCARE_USER_REST_CLIENT_LOGGER_LEVEL:${REST_CLIENT_LOGGER_LEVEL:FULL}}
feign.client.config.user-ms.errorDecoder=it.pagopa.selfcare.mscore.connector.rest.decoder.FeignErrorDecoder

0 comments on commit ba160d5

Please sign in to comment.