Browse Source

do not set default retrieval urls

tags/1.5.0
imuge 3 years ago
parent
commit
0e4b82db9e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/deploy-gateway/src/main/resources/config/gateway.conf

+ 2
- 2
deploy/deploy-gateway/src/main/resources/config/gateway.conf View File

@@ -22,8 +22,8 @@ peer.providers=com.jd.blockchain.consensus.bftsmart.BftsmartConsensusProvider

#数据检索服务对应URL,格式:http://{ip}:{port},例如:http://127.0.0.1:10001
#若该值不配置或配置不正确,则浏览器模糊查询部分无法正常显示
data.retrieval.url=http://127.0.0.1:10001
schema.retrieval.url=http://127.0.0.1:8082
data.retrieval.url=
schema.retrieval.url=

#默认公钥的内容(Base58编码数据);
keys.default.pubkey=


Loading…
Cancel
Save