Advertisement
Guest User

Untitled

a guest
Nov 14th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Example:
  2. # production:
  3. # adapter: mysql
  4. # encoding: utf8
  5. # database: [database name]
  6. # username: [user name]
  7. # password: [password]
  8. # host: [server IP address]
  9. # port: [port number]
  10. # protocol: [protocol]
  11. # pool: [connection pool]
  12.  
  13. production:
  14. adapter: mysql
  15. encoding: utf8
  16. database: rails_myapp
  17. username: rails_myapp_user
  18. password: pwd
  19. host: 128.199.233.36
  20. port: 3306
  21. pool: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement