Skip to content

Commit

Permalink
@ teracyhq#277 | adjust the node number
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Jul 19, 2018
1 parent aa809b2 commit 9cf2c55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ default:

# specific nodes, each node will override the default
nodes:
- name: "#{node_name_prefix}-1"
- name: "#{node_name_prefix}-01"
is_primary: true
vm:
hostname: "#{NODE_HOSTNAME_PREFIX}-1.local"
- name: "#{node_name_prefix}-2"
hostname: "#{NODE_HOSTNAME_PREFIX}-01.local"
- name: "#{node_name_prefix}-02"
autostart: false
vm:
hostname: "#{NODE_HOSTNAME_PREFIX}-2.local"
hostname: "#{NODE_HOSTNAME_PREFIX}-02.local"

0 comments on commit 9cf2c55

Please sign in to comment.