-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathfisco.properties
65 lines (56 loc) · 3.81 KB
/
fisco.properties
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
53
54
55
56
57
58
59
60
61
62
63
64
65
# Fisco-bcos blockchain node related properties
#######################################################################################################
# #
# fisco bcos version config #
# #
#######################################################################################################
# Version
bcos.version=2
#######################################################################################################
# #
# contract address config #
# #
#######################################################################################################
# contract address
weId.contractaddress=
cpt.contractaddress=
issuer.contractaddress=
evidence.contractaddress=
specificissuer.contractaddress=
# 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=prdabce
#######################################################################################################
# #
# web3sdk connection config #
# #
#######################################################################################################
# blockchain connection params
web3sdk.timeout=30
web3sdk.core-pool-size=100
web3sdk.max-pool-size=200
web3sdk.queue-capacity=1000
web3sdk.keep-alive-seconds=60
#######################################################################################################
# #
# fisco bcos 2.0 related config #
# #
#######################################################################################################
# Fisco-Bcos 2.x params, including Group ID and Encrypt Type
group.id=1
#######################################################################################################
# #
# fisco bcos node cert related config #
# #
#######################################################################################################
# Fisco-Bcos sdk SSL encrypt type, 0:ECDSA, 1:SM2
sdk.sm-crypto=0
# fisco-bcos sdk cert path contains[ca.crt,sdk.crt,sdk.key]
# if sdk.sm-crypto is true, contains [gm] directory, and gm dir contains [gmca.crt,gmsdk.crt,gmsdk.key,gmensdk.crt,gmensdk.key]
sdk.cert-path=resources/conf
# amop public key of pem and private key of p12 configuration
amop.pub-path=resources/conf/amop/consumer_public_key.pem
amop.pri-path=resources/conf/amop/consumer_private_key.p12
amop.p12-password=123456