diff --git a/README.md b/README.md index d2317934..e3d7ced6 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ JD Chain 源代码包括 3 个代码仓库 - URL:git@github.com:blockchain-jd-com/jdchain-core.git - 说明:模块组件实现的源码库; - explorer 项目库: - - URL:git@github.com:blockchain-jd-com/jdchain-project.git + - URL:git@github.com:blockchain-jd-com/explorer.git - 说明:相关产品的前端模块的源码库; - libs/bft-smart 项目库: - URL:git@github.com:blockchain-jd-com/bftsmart.git diff --git a/deploy/deploy-peer/src/main/resources/config/init/local.conf b/deploy/deploy-peer/src/main/resources/config/init/local.conf index a1d1412f..46ae5b35 100644 --- a/deploy/deploy-peer/src/main/resources/config/init/local.conf +++ b/deploy/deploy-peer/src/main/resources/config/init/local.conf @@ -17,7 +17,7 @@ ledger.binding.out=../ #账本数据库的连接字符 #rocksdb数据库连接格式:rocksdb://{path},例如:rocksdb:///export/App08/peer/rocks.db/rocksdb0.db #redis数据库连接格式:redis://{ip}:{prot}/{db},例如:redis://127.0.0.1:6379/0 -#kvdb数据库连接格式:kvdb://{ip}:{prot}/{db},例如:kvdb://127.0.0.1:7080/test +#kvdb数据库连接格式:kvdb://{ip}:{prot}/{db},例如:kvdb://127.0.0.1:7078/test ledger.db.uri= #账本数据库的连接口令