Skip to content

Commit

Permalink
removed unused properties for Api version
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo committed Feb 6, 2024
1 parent 34e696b commit 39b9764
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rest-client.user-api.base-url=${SELFCARE_USER_URL:http://localhost:8080}
rest-client.user-api.serviceCode=user-domain
feign.client.config.ms-core.connectTimeout=${SELFCARE_USER_REST_CLIENT_CONNECT_TIMEOUT:${REST_CLIENT_CONNECT_TIMEOUT:5000}}
feign.client.config.ms-core.readTimeout=${SELFCARE_USER_REST_CLIENT_READ_TIMEOUT:${REST_CLIENT_READ_TIMEOUT:5000}}
feign.client.config.ms-core.loggerLevel=${SELFCARE_USER_REST_CLIENT_LOGGER_LEVEL:${REST_CLIENT_LOGGER_LEVEL:FULL}}
rest-client.user-ms.base-url=${SELFCARE_USER_URL:http://localhost:8080}
rest-client.user-ms.serviceCode=user-ms
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}}

0 comments on commit 39b9764

Please sign in to comment.