1 Star 1 Fork 10

root / WeIdentity-Build-Tools

forked from WeBank / WeIdentity-Build-Tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.config 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
karenlrx 提交于 2020-08-07 14:48 . add the feature of redis in build tools.
#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
#Configure your database information
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/sinlosb/WeIdentity-Build-Tools.git
git@gitee.com:sinlosb/WeIdentity-Build-Tools.git
sinlosb
WeIdentity-Build-Tools
WeIdentity-Build-Tools
master

搜索帮助