Guest User

Untitled

a guest
Jul 31st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. #development:
  2. # adapter: mysql
  3. # encoding: utf8
  4. # reconnect: false
  5. # database: communit_pablo
  6. # pool: 5
  7. # username: communit_pablo
  8. # password: gr6user!
  9. # host: localhost
  10.  
  11. development:
  12. adapter: mysql
  13. encoding: utf8
  14. reconnect: false
  15. database: communit_pabstag
  16. pool: 5
  17. username: communit_pabstag
  18. password: gr6user!
  19. host: 212.124.110.146
  20.  
  21. development_slave_database: # development slave 1
  22. adapter: mysql
  23. database: communit_pabstag
  24. username: communit_pabstag
  25. password: gr6user!
  26. encoding: utf8
  27. host: 212.124.110.146
  28.  
  29. #development_slave_database: # development slave 1
  30. # adapter: mysql
  31. # database: communit_pablo
  32. # username: communit_pablo
  33. # password: gr6user!
  34. # encoding: utf8
  35. # host: localhost
  36.  
  37. test:
  38. development
  39.  
  40. production:
  41. adapter: mysql
  42. encoding: utf8
  43. reconnect: false
  44. database: communit_pablo
  45. pool: 5
  46. username: communit_pablo
  47. password: gr6user!
  48. host: 192.168.1.132
  49.  
  50. production_slave_database: # production slave 1
  51. adapter: mysql
  52. database: communit_pablo
  53. username: communit_pablo
  54. password: gr6user!
  55. encoding: utf8
  56. host: 192.168.1.133
  57.  
  58. staging:
  59. adapter: mysql
  60. encoding: utf8
  61. reconnect: false
  62. database: communit_pabstag
  63. pool: 5
  64. username: communit_pabstag
  65. password: gr6user!
  66. host: 192.168.1.103 #changed to linode public ip, old setting was: host: 192.168.190.127
  67.  
  68. staging_slave_database: # staging slave 1
  69. adapter: mysql
  70. database: communit_pabstag
  71. username: communit_pabstag
  72. password: gr6user!
  73. encoding: utf8
  74. host: 192.168.1.102 #changed to linode public ip, old setting was: host: 192.168.178.88
  75.  
  76. ghost:
  77. adapter: mysql
  78. encoding: utf8
  79. reconnect: false
  80. database: communit_pablo
  81. pool: 5
  82. username: communit_pablo
  83. password: gr6user!
  84. host: 192.168.190.13
  85.  
  86. ghost_slave_database: # production slave 2
  87. adapter: mysql
  88. database: communit_pablo
  89. username: communit_pablo
  90. password: gr6user!
  91. encoding: utf8
  92. host: 192.168.190.13
Add Comment
Please, Sign In to add comment