-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathrun.config
44 lines (35 loc) · 1.36 KB
/
run.config
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
#config your enviroment
#Note:Once you modify any of these configuration items, you need to re-run ./compile.sh.
#fill with your node ip and channel_listen_port, example: 0.0.0.0:20200
#if you have more than one node ,you can put them with separator","
#for example: 0.0.0.0:20200,0:0:0:1:20200
blockchain_address=10.107.120.121:29200
#this build tool supports FISCO BCOS 2.0 and FISCO BCOS 3.0
#if you want to build on FISCO BCOS 2.0, please fill with "2".
#if you want to build on FISCO BCOS 3.0, please fill with "3".
#and default value is "2" with FISCO BCOS 2.0.
blockchain_fiscobcos_version=3
#your organization name, used for communication on blockchain.
org_id=webank
#amop_id
amop_id=11
#chain id
chain_id=112
#group id
group_id=group0
#sdk use sm ssl, 0:非国密;1:国密
sm_crypto=1
#Configure your database information
#persistence_type is "mysql" or "redis"
persistence_type=mysql
mysql_address=10.107.120.232:3307
mysql_database=weidafee
mysql_username=root
mysql_password=Apps@123
redis_address=
redis_password=
#This variable is used to distinguish the environment. You can use "dev" to set the development environment,
#"stg" to set the test environment, "prd" to set the production environment.
#If you do not set it, the system will use allOrg as the environment by default.
#It is not recommended. Production use default configuration
cns_profile_active=prdabd