Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. production:
  2. adapter: mysql2
  3. encoding: utf8
  4. reconnect: false
  5. database: main_app_production
  6. pool: 5
  7. username: application
  8. password: ****
  9. socket: /var/lib/mysql/mysql.sock
  10.  
  11. production:
  12. adapter: mysql2
  13. encoding: utf8
  14. reconnect: false
  15. host: host.domain.com # main server's fully qualified domain name
  16. port: 3306
  17. database: main_app_production
  18. pool: 5
  19. username: application
  20. password: ****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement