-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from WeBankFinTech/dev
deploy english version
- Loading branch information
Showing
6 changed files
with
50 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
[common] | ||
|
||
# WeBASE版本(v1.1.0或以上版本) | ||
# Webase Version (V1.1.0 or above) | ||
webase.version=v1.2.0 | ||
|
||
# 节点管理子系统mysql数据库配置 | ||
# Mysql database configuration of WeBASE-NodeManager | ||
mysql.ip=localhost | ||
mysql.port=3306 | ||
mysql.user=dbUsername | ||
mysql.password=dbPassword | ||
mysql.database=webasenodemanager | ||
|
||
# 节点前置子系统h2数据库名 | ||
# H2 database name of WeBASE-Front | ||
front.h2.name=webasefront | ||
|
||
# WeBASE管理平台服务端口 | ||
# WeBASE-Web service port | ||
web.port=5000 | ||
# 节点管理子系统服务端口 | ||
# WeBASE-NodeManager service port | ||
mgr.port=5001 | ||
# 节点前置子系统端口 | ||
# WeBASE-Front service port | ||
front.port=5002 | ||
|
||
# 节点监听Ip | ||
# Node listening IP | ||
node.listenIp=127.0.0.1 | ||
# 节点p2p端口 | ||
# Node p2p service port | ||
node.p2pPort=30300 | ||
# 节点链上链下端口 | ||
# Node channel service port | ||
node.channelPort=20200 | ||
# 节点rpc端口 | ||
# Node rpc service port | ||
node.rpcPort=8545 | ||
|
||
# 是否使用已有的链(yes/no) | ||
# Use existing chain or not(yes/no) | ||
if.exist.fisco=no | ||
|
||
# 使用已有链时需配置 | ||
# 已有链的路径,start_all.sh脚本所在路径 | ||
# 路径下要存在sdk目录,里面存放sdk证书(ca.crt、node.crt和node.key) | ||
# Configuration is required when using the existing chain | ||
# The path of the existing chain, the path of the start_all.sh script | ||
# Under the path, there should be a SDK directory where the SDK certificates (ca.crt, node.crt and node. Key) are stored | ||
fisco.dir=/data/app/nodes/127.0.0.1 | ||
# 前置所连接节点的绝对路径 | ||
# 路径下有conf目录,里面存放节点证书(ca.crt、node.crt和node.key) | ||
# Absolute path of the connected node in WeBASE-Front | ||
# Under the path, there is a conf directory where node certificates (ca.crt, node.crt and node. Key) are stored | ||
node.dir=/data/app/nodes/127.0.0.1/node0 | ||
|
||
# 搭建新链时需配置 | ||
# FISCO-BCOS版本 | ||
# Configuration required when building a new chain | ||
# Fisco-bcos version | ||
fisco.version=2.0.0 | ||
# 搭建节点个数(默认两个) | ||
# Number of building nodes (two by default) | ||
node.counts=nodeCounts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters