Advertisement
Guest User

config.ini

a guest
Jul 11th, 2017
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. ; section are between [] = [section]
  2. ; key = value
  3. ; to comment add ";" in front of the line
  4. ;[amqp]
  5. ;uri = "amqp://guest:guest@127.0.0.1:5672"
  6.  
  7. [zone]
  8. name = "east"
  9. amqp_uri = "amqp://guest:guest@67.207.81.156:5672"
  10. amqp_uri = "amqp://guest:guest@67.207.86.27:5672"
  11.  
  12. [zone]
  13. name = "west"
  14. amqp_uri = "amqp://guest:guest@138.68.45.21:5672"
  15. amqp_uri = "amqp://guest:guest@138.68.228.170:5672"
  16.  
  17. [bigcouch]
  18. compact_automatically = true
  19. cookie = change_me
  20. ip = "127.0.0.1"
  21. port = 15984
  22. ; username = "kazoo"
  23. ; password = "supermegaexcellenttelephonyplatform"
  24. admin_port = 15986
  25.  
  26. [whistle_apps]
  27. cookie = change_me
  28.  
  29. [kazoo_apps]
  30. cookie = change_me
  31. zone = "east"
  32. host = "kz01.east.sipengines.com"
  33. host = "kz02.east.sipengines.com"
  34.  
  35. [kazoo_apps]
  36. cookie = change_me
  37. zone = "west"
  38. host = "kz01.west.sipengines.com"
  39. host = "kz02.west.sipengines.com"
  40.  
  41. [ecallmgr]
  42. cookie = change_me
  43. zone = "east"
  44. host = "kz01.east.sipengines.com"
  45. host = "kz02.east.sipengines.com"
  46.  
  47. [ecallmgr]
  48. cookie = change_me
  49. zone = "west"
  50. host = "kz01.west.sipengines.com"
  51. host = "kz02.west.sipengines.com"
  52.  
  53. [log]
  54. syslog = info
  55. console = notice
  56. file = error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement