Skip to content

Commit

Permalink
Issue: #611 Desc: Fix issue with lack of postgresql and rabbitmq in g…
Browse files Browse the repository at this point in the history
…enerated sample configuration (#733)
  • Loading branch information
erzetpe committed Nov 27, 2019
1 parent 146a3f5 commit ffe198e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ specification:
- default-kafka1
- default-kafka2
postgresql:
count: 0
count: 1
machines:
- default-postgresql
load_balancer:
count: 1
machines:
- default-loadbalancer
rabbitmq:
count: 0
count: 1
machines:
- default-rabbitmq

Expand Down Expand Up @@ -112,4 +112,4 @@ provider: any
name: default-rabbitmq
specification:
hostname: rabbitmq # YOUR-MACHINE-HOSTNAME
ip: 192.168.100.111 # YOUR-MACHINE-IP
ip: 192.168.100.111 # YOUR-MACHINE-IP

0 comments on commit ffe198e

Please sign in to comment.