Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "dataSources":{
  3. "queue":{
  4. "SQLQuery": "select * from [dbo].[Reg_onlineSee]",
  5. "interval": 2000
  6. },
  7. "configQueue":{
  8. "SQLQuery": "select * from dbo.fntab_WaitSheet(1)",
  9. "interval": 20000
  10. },
  11. "configGuestQueue":{
  12. "SQLQuery": "select * from dbo.fntab_WaitSheet(2)",
  13. "interval": 20000
  14. }
  15. },
  16. "channels":{
  17. "queue": [
  18. "queue",
  19. "configQueue"
  20. ],
  21. "guestQueue":[
  22. "queue",
  23. "configGuestQueue"
  24. ]
  25. }
  26. }
Add Comment
Please, Sign In to add comment