Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.41 KB | None | 0 0
  1. shooter:
  2.   bind_addr: localhost
  3.   bind_port: 4777
  4. nats:
  5.   servers: nats://localhost:4222
  6.   auth_user: shooter
  7.   auth_password: TOFILL
  8.   queues:
  9.     shooter_callback_queue:
  10.       v0: shooter_callback_v0
  11.     storage_auth:
  12.       v0: storage_auth_v0
  13.     storage_sessions:
  14.       v0: storage_sessions_v0
  15.     storage_shot:
  16.       v0: storage_shot_v0
  17.     storage_competition:
  18.       v0: storage_competition_v0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement