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