Guest User

Untitled

a guest
Feb 24th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "source": {
  3. "lrsId": "",
  4. "database": {
  5. "hosts": "localhost:27017",
  6. "name": "learninglocker_v1",
  7. "user": "",
  8. "password": "",
  9. "authenticationDatabase": "",
  10. "ssl": false
  11. },
  12. "documentStorage": {
  13. "storageType": "local",
  14. "local": {
  15. "storageDir": ""
  16. },
  17. "s3": {
  18. "bucketName": "",
  19. "subFolder": "",
  20. "region": "",
  21. "accessKeyId": "",
  22. "secretAccessKey": ""
  23. }
  24. }
  25. },
  26. "local": {
  27. "database": "ll_migrate_local",
  28. "sourceDumpLocation": "./dumps/source",
  29. "targetDumpLocation": "./dumps/target"
  30. },
  31. "target": {
  32. "orgId": "",
  33. "database": {
  34. "hosts": "localhost:27017",
  35. "name": "learninglocker_v2",
  36. "user": "",
  37. "password": "",
  38. "authenticationDatabase": "",
  39. "ssl": false,
  40. "quiet": true
  41. },
  42. "documentStorage": {
  43. "storageType": "local",
  44. "local": {
  45. "storageDir": ""
  46. },
  47. "s3": {
  48. "bucketName": "",
  49. "subFolder": "",
  50. "region": "",
  51. "accessKeyId": "",
  52. "secretAccessKey": ""
  53. }
  54. }
  55. }
  56. }
Add Comment
Please, Sign In to add comment