mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
14 lines
279 B
YAML
14 lines
279 B
YAML
---
|
|
deploy_docker: false #[true, false]
|
|
docker_cluster_size: 1
|
|
upstart: "/bigchaindb/scripts/bootstrap.sh"
|
|
bdb_hosts:
|
|
- name: "bdb-node-01"
|
|
box:
|
|
name: "ubuntu/xenial64"
|
|
ram: "2048"
|
|
vcpus: "2"
|
|
network:
|
|
ip: "10.20.30.20"
|
|
type: "private_network"
|