Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. allow_anonymous = off
  2. plugins.vmq_diversity = on
  3. plugins.vmq_passwd = off
  4. plugins.vmq_acl = off
  5. vmq_diversity.postgres.host = postgres
  6. vmq_diversity.postgres.port = 5432
  7. vmq_diversity.postgres.user = postgres
  8. vmq_diversity.postgres.password = secret
  9. vmq_diversity.postgres.database = chat
  10. vmq_diversity.redis.host = redis
  11. vmq_diversity.redis.password = secret
  12. vmq_diversity.redis.port = 6379
  13. vmq_diversity.myscript1.file = /message_hook.lua
  14. vmq_diversity.myscript2.file = /auth_pg.lua
  15. vmq_diversity.myscript3.file = /activity.lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement