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

Commit

Permalink
[SELC-4479] fix: add missing user-rest-client.properties file (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSi96 authored Apr 16, 2024
1 parent 1fd0d25 commit 04eabcf
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 04eabcf

Please sign in to comment.