From b6ae3916305adcc07b551ec53f47b459bfd2b14b Mon Sep 17 00:00:00 2001 From: zhaoguangwei Date: Tue, 13 Aug 2019 19:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E7=B4=A2=E6=94=B9=E4=B8=BA192.168.151?= =?UTF-8?q?.40;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deployment-gateway/src/main/resources/config/gateway.conf | 2 +- .../manager/ump-booter/src/main/resources/config.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/deployment/deployment-gateway/src/main/resources/config/gateway.conf b/source/deployment/deployment-gateway/src/main/resources/config/gateway.conf index 66c460f0..7d4915d5 100644 --- a/source/deployment/deployment-gateway/src/main/resources/config/gateway.conf +++ b/source/deployment/deployment-gateway/src/main/resources/config/gateway.conf @@ -20,7 +20,7 @@ peer.providers=com.jd.blockchain.consensus.bftsmart.BftsmartConsensusProvider #若该值不配置或配置不正确,则浏览器模糊查询部分无法正常显示 #数据检索服务模块(Argus)需单独部署,若不部署其他功能仍可正常使用 data.retrieval.url=http://127.0.0.1:10001 -schema.retrieval.url=http://192.168.151.39:8082 +schema.retrieval.url=http://192.168.151.40:8082 #默认公钥的内容(Base58编码数据); keys.default.pubkey= diff --git a/source/manager/ump-booter/src/main/resources/config.properties b/source/manager/ump-booter/src/main/resources/config.properties index fb166ba2..ac5a026f 100644 --- a/source/manager/ump-booter/src/main/resources/config.properties +++ b/source/manager/ump-booter/src/main/resources/config.properties @@ -7,5 +7,5 @@ server.port=8080 # 本地数据库存储位置 db.url=rocksdb://#project#/jumpdb -schema.retrieval.url=http://192.168.151.39:8082 -task.retrieval.url=http://192.168.151.39:10005 \ No newline at end of file +schema.retrieval.url=http://192.168.151.40:8082 +task.retrieval.url=http://192.168.151.40:10005 \ No newline at end of file