Guest User

Untitled

a guest
Nov 23rd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. default: &default
  2. adapter: mysql2
  3. encoding: utf8
  4. pool: 5
  5. username: root
  6. password: root
  7. socket: /var/run/mysqld/mysqld.sock
  8. reconnect: true
  9.  
  10. development:
  11. <<: *default
  12. database: connection_development
  13. <<: *default
  14. database: connection_test
  15.  
  16. log_database_production:
  17. adapter: mysql2
  18. encoding: utf8
  19. pool: 5
  20. host: 192.168.100.97
  21. port: 3306 #ip address of server with other postgres database
  22. username: root
  23. password: root
  24. database: hrms_development
  25. reconnect: true
Add Comment
Please, Sign In to add comment