Fix minor docs comments

This commit is contained in:
muawiakh 2017-10-27 20:29:13 +02:00
parent 20147562f6
commit b2b644db3d
2 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -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