defaults: &defaults

service:
  broker_host: "local.clubjudge.com"
  broker_port: 7777
  sid: "new_service"
  id: "<%= ::SecureRandom.hex(10) %>"

development:

<<: *defaults

test:

<<: *defaults