Detailed description of webase-deploy configuration items in FISCO BCOS

This article sorts out the relevant configurations of webase-deploy, such as how to enable webase based on its own chain instead of enabling the default two-node chain.

1. WeBASE subsystem version
The version number of each subsystem (web, mgr, sign, front) of WeBASE is specified as v1.5.5.


2.Docker related configuration:
docker.mysql


3. If installed using Docker,
docker.mysql.port

docker.mysql.password

4. WeBASE-Node-Manager Mysql configuration:
Specify the connection information of the MySQL database used by WeBASE-Node-Manager.
5. WeBASE-Sign Mysql configuration:
Specify the connection information of the MySQL database used by WeBASE-Sign.
6. WeBASE-Front H2 database configuration:
Configure the name of the H2 database used by WeBASE-Front.
7. Service port configuration:
The service ports of WeBASE-Web, WeBASE-Node-Manager, WeBASE-Front and WeBASE-Sign are specified.
8. Node related configuration:
Configure the node's IP, P2P service port, channel service port and RPC service port.
9. Encryption and SSL configuration:
encrypt.type
encrypt.sslType

10. Configure the existence of the chain:
if.exist.fisco
11. Configure the new chain:
if.exist.fisco=no

12. Use the configuration of the existing chain:
if.exist.fisco=yes

This configuration file contains a series of parameters for configuring various components of the WeBASE blockchain platform, including database connections, service ports, node information, etc.

Guess you like

Origin blog.csdn.net/2302_77339802/article/details/135158361