Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. diff --git a/admin/src/main/resources/properties/mongo.properties b/admin/src/main/resources/properties/mongo.properties
  2. index e8fc2b8..89d3846 100644
  3. --- a/admin/src/main/resources/properties/mongo.properties
  4. +++ b/admin/src/main/resources/properties/mongo.properties
  5. @@ -9,11 +9,12 @@ mongo.local.db.password=
  6. #mongo.remote.db.name=heroku_lktlmxlq
  7. #mongo.remote.db.login=mongoUser
  8. #mongo.remote.db.password=mongo38
  9. -mongo.remote.db.server=62.80.167.164
  10. +mongo.remote.db.server=mongo-1.dev.gup.ua
  11. mongo.remote.db.port=27017
  12. mongo.remote.db.name=heroku_lktlmxlq
  13. mongo.remote.db.login=gup
  14. mongo.remote.db.password=1qazxcft6
  15. +mongo.remote.db.uri=mongodb://gup:1qazxcft6@mongo-1.dev.gup.ua:27017,mongo-2.dev.gup.ua:27017,mongo-3.dev.gup.ua:27017/heroku_lktlmxlq?replicaSet=GUP0
  16.  
  17. mongo.test.db.server=localhost
  18. mongo.test.db.port=27017
  19. diff --git a/oauth/src/main/resources/properties/mongo.properties b/oauth/src/main/resources/properties/mongo.properties
  20. index 568dc36..89d3846 100644
  21. --- a/oauth/src/main/resources/properties/mongo.properties
  22. +++ b/oauth/src/main/resources/properties/mongo.properties
  23. @@ -9,12 +9,12 @@ mongo.local.db.password=
  24. #mongo.remote.db.name=heroku_lktlmxlq
  25. #mongo.remote.db.login=mongoUser
  26. #mongo.remote.db.password=mongo38
  27. -mongo.remote.db.server=62.80.167.164
  28. -#mongo.remote.db.server=localhost
  29. +mongo.remote.db.server=mongo-1.dev.gup.ua
  30. mongo.remote.db.port=27017
  31. mongo.remote.db.name=heroku_lktlmxlq
  32. mongo.remote.db.login=gup
  33. mongo.remote.db.password=1qazxcft6
  34. +mongo.remote.db.uri=mongodb://gup:1qazxcft6@mongo-1.dev.gup.ua:27017,mongo-2.dev.gup.ua:27017,mongo-3.dev.gup.ua:27017/heroku_lktlmxlq?replicaSet=GUP0
  35.  
  36. mongo.test.db.server=localhost
  37. mongo.test.db.port=27017
  38. diff --git a/ui/src/main/resources/properties/mongo.properties b/ui/src/main/resources/properties/mongo.properties
  39. index 568dc36..89d3846 100644
  40. --- a/ui/src/main/resources/properties/mongo.properties
  41. +++ b/ui/src/main/resources/properties/mongo.properties
  42. @@ -9,12 +9,12 @@ mongo.local.db.password=
  43. #mongo.remote.db.name=heroku_lktlmxlq
  44. #mongo.remote.db.login=mongoUser
  45. #mongo.remote.db.password=mongo38
  46. -mongo.remote.db.server=62.80.167.164
  47. -#mongo.remote.db.server=localhost
  48. +mongo.remote.db.server=mongo-1.dev.gup.ua
  49. mongo.remote.db.port=27017
  50. mongo.remote.db.name=heroku_lktlmxlq
  51. mongo.remote.db.login=gup
  52. mongo.remote.db.password=1qazxcft6
  53. +mongo.remote.db.uri=mongodb://gup:1qazxcft6@mongo-1.dev.gup.ua:27017,mongo-2.dev.gup.ua:27017,mongo-3.dev.gup.ua:27017/heroku_lktlmxlq?replicaSet=GUP0
  54.  
  55. mongo.test.db.server=localhost
  56. mongo.test.db.port=27017
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement