Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhongtao committed Jan 17, 2024
1 parent 608a8f8 commit ea2f20f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Allow all developers to use on-chain services without deploying nodes or knowing

### 3. Init Config & Database

- ./scripts : Database initialization script, mainly modify the database name (database) default: ether2
- ./config : The configuration file required for system startup, the following files and fields often need to be modified
- ./build/scripts : Database initialization script, mainly modify the database name (database) default: ether2
- ./build/config : The configuration file required for system startup, the following files and fields often need to be modified
- blockchain_config.json, collect_config.json: mainly modify the node address of each public chain
- store_config.json : DbName field
- task_config.json : BlockMin, BlockMax and other fields
Expand Down
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@

### 3. 初始化配置文件和数据库脚本

- ./scripts :数据库初始化脚本,主要修改数据库名称即可(database)默认:ether2
- ./config :系统启动需要的配置文件,以下文件和字段常需要修改
- ./build/scripts :数据库初始化脚本,主要修改数据库名称即可(database)默认:ether2
- ./build/config :系统启动需要的配置文件,以下文件和字段常需要修改
- blockchain_config.json,collect_config.json :主要修改各个公链的节点地址
- store_config.json : DbName 字段
- task_config.json :BlockMin、BlockMax等字段
Expand Down

0 comments on commit ea2f20f

Please sign in to comment.