Guest User

Untitled

a guest
Jul 17th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ##database.yml
  2.  
  3. development:
  4. database: *******
  5. adapter: mysql
  6. username: *******
  7. password: ******
  8. host: localhost
  9. encoding: utf8
  10.  
  11. legacy:
  12. adapter: sqlserver
  13. dsn: ******
  14. username: ******
  15. password: ******
  16. mode: ODBC
  17. encoding: utf8
  18.  
  19. ##MSSQL Collation
  20. SQL_Latin1_General_CP1_CI_AS
Add Comment
Please, Sign In to add comment