5 Star 18 Fork 10

WeBank / WeIdentity-Build-Tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.config 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
anyspa 提交于 2021-01-11 20:17 . support fisco gm
#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=
#this build tool supports FISCO BCOS 1.3.x and FISCO BCOS 2.0
#if you want to build on FISCO BCOS 1.3.X, please fill with "1",
#if you want to build on FISCO BCOS 2.0, please fill with "2".
#and default value is "2" with FISCO BCOS 2.0.
blockchain_fiscobcos_version=2
#your organization name, used for communication on blockchain.
org_id=
#amop_id
amop_id=
#chain id
chain_id=1
#group id
group_id=1
#encrypt type, 0:非国密;1:国密
encrypt_type=0
#Configure your database information
#persistence_type is "mysql" or "redis"
persistence_type=
mysql_address=
mysql_database=
mysql_username=
mysql_password=
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=prd
Java
1
https://gitee.com/WeBank/WeIdentity-Build-Tools.git
git@gitee.com:WeBank/WeIdentity-Build-Tools.git
WeBank
WeIdentity-Build-Tools
WeIdentity-Build-Tools
master

搜索帮助