Advertisement
Guest User

local.yml for the bot

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # Web Service Config
  2. host: 0.0.0.0 # bind to all network interfaces
  3. port: 8080 # default port for our app
  4.  
  5. #Db Configuration
  6. mongo:
  7. url: "mongodb://127.0.0.1:27017/baptism-bot"
  8.  
  9. # Facebook
  10. facebook:
  11. validation_token: LocalTest
  12. page_access_token: EAAFrZB5EzIZAIBAMUevp6a4Dmt3EQBffEYqxMXbolKZCT7EcZBpy30XoOH7pmo2UsQGPkvCUnh7tkPB1hPXGsAZAq9uYqxbFFbCWijlyANmVEImq60xTM0AQPBQrNa0NEkf4yrHyC6iLGe3ZA5tqVlOPA9PTmddXs3mkAwrumqLQZDZD
  13. graph_version: v2.11
  14.  
  15. label_id:
  16. Quiz_participants: 2341962972481314
  17.  
  18. subscribeQuestionId: 5b472551c7bfc7e9c2c9d87c
  19. finalQuestionId: 5b4616e5c6e837406f16658f
  20.  
  21. # Logging configuration
  22. logging:
  23. default_logger: file
  24. levels: info
  25. handlers:
  26. console:
  27. level: debug
  28. file:
  29. name: ./helvia-chatbot-dev.log
  30. level: debug
  31. maxBytes: 1048576
  32.  
  33. # DialogFlow
  34. apiai:
  35. faq_agent:
  36. token: 67775767ba90455e9f8baeda45e7d02a
  37. language: "en"
  38. flow_agent:
  39. token: 241a2a8c683b41e3ab8830a95d329978
  40. language: "en"
  41.  
  42.  
  43. nlu_dialogflow2:
  44. dialogflowProject:
  45.  
  46. nlu_dialogflow2_direct:
  47. projectId:
  48. language: "en"
  49.  
  50. skype_for_business:
  51. client_id:
  52. client_secret:
  53. bot_sip_uri:
  54.  
  55. backends:
  56. facebook: true
  57. local: false
  58. skype: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement