Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; section are between [] = [section]
  2. ; key = value
  3. ; to comment add ";" in front of the line
  4. [bigcouch]
  5. compact_automatically = true
  6. cookie = change_me
  7. ip = "127.0.0.1"
  8. port = 15984
  9. username = "couchadmin"
  10. password = "couchadminpasswordhere"
  11. admin_port = 15986
  12.  
  13. ; Define your AMQPs and zones here
  14. [zone]
  15. name = us-west-1
  16. amqp_uri = "amqp://guest:guest@ip:5672"
  17. amqp_uri = "amqp://guest:guest@ip2:5672"
  18.  
  19. [zone]
  20. name = can-west-1
  21. amqp_uri = "amqp://guest:guest@ip3:5672"
  22. amqp_uri = "amqp://guest:guest@ip4:5672"
  23.  
  24. [zone]
  25. name = eur-1
  26. amqp_uri = "amqp://guest:guest@ip5:5672"
  27.  
  28. ; Define your whistles here
  29.  
  30. [whistle_apps]
  31. host = host07.company.com
  32. zone = eur-1
  33. cookie = change_me
  34.  
  35. [whistle_apps]
  36. host = host05.company.com
  37. zone = us-west-1
  38. cookie = change_me
  39.  
  40. [whistle_apps]
  41. host = host06.company.com
  42. zone = us-west-1
  43. cookie = change_me
  44.  
  45. [whistle_apps]
  46. host = host01.company.com
  47. zone = can-west-1
  48. cookie = change_me
  49.  
  50. [whistle_apps]
  51. host = host02.company.com
  52. zone = can-west-1
  53. cookie = change_me
  54.  
  55. [whistle_apps]
  56. host = host04.company.com
  57. zone = can-west-1
  58. cookie = change_me
  59.  
  60. ; Define your ecallmgr's here
  61. [ecallmgr]
  62. host = host07.company.com
  63. zone = eur-1
  64. cookie = change_me
  65.  
  66. [ecallmgr]
  67. host = host05.company.com
  68. zone = us-west-1
  69. cookie = change_me
  70.  
  71. [ecallmgr]
  72. host = host06.company.com
  73. zone = us-west-1
  74. cookie = change_me
  75.  
  76. [ecallmgr]
  77. host = host01.company.com
  78. zone = can-west-1
  79. cookie = change_me
  80.  
  81. [ecallmgr]
  82. host = host02.company.com
  83. zone = can-west-1
  84. cookie = change_me
  85.  
  86. [ecallmgr]
  87. host = host03.company.com
  88. zone = can-west-1
  89. cookie = change_me
  90.  
  91. [log]
  92. syslog = debug
  93. console = notice
  94. file = error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement