Skip to content

Commit

Permalink
drop the debug from test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Dec 29, 2016
1 parent 6e75776 commit ef744b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compose/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
node-1:
build: ../
environment:
DEBUG: '*'
channel__host: 'node-1'
nats__hosts: 'nats-a:4222,nats-b:4222,nats-c:4222'
seeds: 'node-1:3455,node-2:3456'
Expand All @@ -17,7 +16,6 @@ services:
node-2:
build: ../
environment:
DEBUG: '*'
seeds: 'node-1:3455,node-2:3456'
nats__hosts: 'nats-a:4222,nats-b:4222,nats-c:4222'
channel__host: 'node-2'
Expand All @@ -32,7 +30,6 @@ services:
node-3:
build: ../
environment:
DEBUG: '*'
seeds: 'node-1:3455,node-2:3456'
nats__hosts: 'nats-a:4222,nats-b:4222,nats-c:4222'
channel__host: 'node-3'
Expand All @@ -48,7 +45,6 @@ services:
node-4:
build: ../
environment:
DEBUG: '*'
seeds: 'node-1:3455,node-2:3456'
nats__hosts: 'nats-a:4222,nats-b:4222,nats-c:4222'
channel__host: 'node-4'
Expand All @@ -65,7 +61,6 @@ services:
build: ../
hostname: node-5
environment:
DEBUG: '*'
seeds: 'node-1:3455,node-2:3456'
nats__hosts: 'nats-a:4222,nats-b:4222,nats-c:4222'
channel__host: 'node-5'
Expand Down

0 comments on commit ef744b4

Please sign in to comment.