Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [root@voip02 jsenecal]# cat /etc/kazoo/config.ini
  2. ; section are between [] = [section]
  3. ; key = value
  4. ; to comment add ";" in front of the line
  5. [amqp]
  6. uri = "amqp://kazoo:*****@***.***.200.251:5672"
  7.  
  8. [bigcouch]
  9. compact_automatically = true
  10. cookie = ***
  11. ip = "127.0.0.1"
  12. port = 15984
  13. username = "kazoo"
  14. password = "***"
  15. admin_port = 15986
  16.  
  17. [whistle_apps]
  18. cookie = ***
  19.  
  20. [ecallmgr]
  21. cookie = ***
  22.  
  23. [log]
  24. syslog = info
  25. console = notice
  26. file = error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement