forked from WeBankBlockchain/WeBASE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.properties
More file actions
52 lines (43 loc) · 1.41 KB
/
common.properties
File metadata and controls
52 lines (43 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[common]
# Webase Subsystem Version (v1.1.0 or above)
webase.web.version=v1.2.4
webase.mgr.version=v1.2.4
webase.front.version=v1.2.4
# Mysql database configuration of WeBASE-NodeManager
mysql.ip=localhost
mysql.port=3306
mysql.user=dbUsername
mysql.password=dbPassword
mysql.database=webasenodemanager
# H2 database name of WeBASE-Front
front.h2.name=webasefront
# WeBASE-Web service port
web.port=5000
# WeBASE-NodeManager service port
mgr.port=5001
# WeBASE-Front service port
front.port=5002
# Node listening IP
node.listenIp=127.0.0.1
# Node p2p service port
node.p2pPort=30300
# Node channel service port
node.channelPort=20200
# Node rpc service port
node.rpcPort=8545
# Encrypt type (0: standard, 1: guomi)
encrypt.type=0
# Use existing chain or not (yes/no)
if.exist.fisco=no
# 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
# 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
# Configuration required when building a new chain
# Fisco-bcos version
fisco.version=2.3.0
# Number of building nodes (two by default)
node.counts=nodeCounts