mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix minor docs comments
This commit is contained in:
parent
20147562f6
commit
b2b644db3d
@ -68,7 +68,7 @@ Edit `bdb-config.yml` configuration file as per your requirements, sample config
|
||||
deploy_docker: false #[true, false]
|
||||
docker_cluster_size: 1 # Only needed if `deploy_docker` is true
|
||||
bdb_hosts:
|
||||
- name: "HOSTNAME>" # Hostname of dev machine
|
||||
- name: "<HOSTNAME>" # Hostname of dev machine
|
||||
```
|
||||
**Note**: You can also orchestrate a multi-node BigchainDB cluster on a local dev host using Docker containers.
|
||||
Here is a sample `bdb-config.yml`
|
||||
|
@ -21,9 +21,9 @@ can also tweak the following configurations for the BigchainDB node(s).
|
||||
- IP Address
|
||||
- Deploy node with Docker
|
||||
- Deploy all the services in Docker containers or as processes.
|
||||
- Size of Replica Set(Number of cluster member)
|
||||
- Number of BigchainDB nodes
|
||||
- If you want to deploy the services inside Docker containers, you
|
||||
can specify number of member(s) in the MongoDB/BigchainDB cluster.
|
||||
can specify number of member(s) in the BigchainDB cluster.
|
||||
- Upstart Script
|
||||
- Vagrant Provider
|
||||
- Virtualbox
|
||||
|
Loading…
x
Reference in New Issue
Block a user