This is an automated email from the ASF dual-hosted git repository. mabin pushed a commit to branch houserush-sample in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git
commit 635f740ca47559b53a882b49a4990bd057b69607 Author: liubao <[email protected]> AuthorDate: Fri Mar 8 15:59:54 2019 +0800 fix config error --- .../file-service/src/main/resources/microservice.yaml | 2 +- porter_lightweight/gateway-service/pom.xml | 4 ---- .../gateway-service/src/main/resources/microservice.yaml | 6 ------ .../user-service/src/main/resources/microservice.yaml | 2 +- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/porter_lightweight/file-service/src/main/resources/microservice.yaml b/porter_lightweight/file-service/src/main/resources/microservice.yaml index 44654c4..dc4a845 100644 --- a/porter_lightweight/file-service/src/main/resources/microservice.yaml +++ b/porter_lightweight/file-service/src/main/resources/microservice.yaml @@ -28,7 +28,7 @@ service_description: servicecomb: service: registry: - address: http://localhost:30120 + address: http://localhost:30100 instance: watch: false diff --git a/porter_lightweight/gateway-service/pom.xml b/porter_lightweight/gateway-service/pom.xml index c0188fa..252935e 100644 --- a/porter_lightweight/gateway-service/pom.xml +++ b/porter_lightweight/gateway-service/pom.xml @@ -42,10 +42,6 @@ <groupId>org.apache.servicecomb</groupId> <artifactId>edge-core</artifactId> </dependency> - <dependency> - <groupId>org.apache.servicecomb</groupId> - <artifactId>metrics-core</artifactId> - </dependency> </dependencies> <build> <plugins> diff --git a/porter_lightweight/gateway-service/src/main/resources/microservice.yaml b/porter_lightweight/gateway-service/src/main/resources/microservice.yaml index a3edac1..3bb50fa 100644 --- a/porter_lightweight/gateway-service/src/main/resources/microservice.yaml +++ b/porter_lightweight/gateway-service/src/main/resources/microservice.yaml @@ -42,12 +42,6 @@ servicecomb: uploads: directory: tmp_for_upload_gateway - accesslog: - enabled: true - metrics: - window_time: 30000 - publisher.defaultLog.enabled: true - servicecomb.http.dispatcher.edge.default.enabled: false servicecomb.http.dispatcher.rest.enabled: false gateway.webroot: /code/servicecomb-samples/porter_lightweight/gateway-service/src/main/resources diff --git a/porter_lightweight/user-service/src/main/resources/microservice.yaml b/porter_lightweight/user-service/src/main/resources/microservice.yaml index 9c25055..5daaea5 100644 --- a/porter_lightweight/user-service/src/main/resources/microservice.yaml +++ b/porter_lightweight/user-service/src/main/resources/microservice.yaml @@ -27,7 +27,7 @@ service_description: servicecomb: service: registry: - address: http://localhost:30120 + address: http://localhost:30100 instance: watch: false
