Advertisement
UrQuan

Untitled

Apr 12th, 2017
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. user enrolls into a module
  2.  
  3. user completion of a module (clicks through all pages)
  4.  
  5. user bookmark of page
  6.  
  7. user bookmark of learning object
  8.  
  9. {
  10. "aws" : {
  11. "sesConfig" : "",
  12. "noReturnSender" : "Texas OnCourse <info.texasoncourse@extensionengine.com>"
  13. },
  14. "application" : {
  15. "port" : "18887"
  16. },
  17. "broker" : {
  18. "host" : "localhost",
  19. "port" : "1883",
  20. "username" : "EE_1_803986",
  21. "password" : "974da553902d41e4c84c69ec604c46668081b5c4"
  22. },
  23. "database": {
  24. "username": "root",
  25. "password": "oncourse",
  26. "database": "lrstexas_staging",
  27. "host": "lrstexas-1.cluster-cbmwyqcqvpoa.us-west-2.rds.amazonaws.com",
  28. "port" : 3306,
  29. "dialect": "mysql"
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement