Mercurial > zeropaste
diff config/database.yml.example @ 254:bcca41003e84
Use postgres 'cuz mysql is shit.
- utf8 isn't utf8 (hint: utf8mb4)
- index key too loooooooooooong
Nope.
author | edogawaconan <me@myconan.net> |
---|---|
date | Tue, 15 Oct 2013 01:47:19 +0900 |
parents | 1a2dee3b05b2 |
children |
line wrap: on
line diff
--- a/config/database.yml.example Thu Oct 10 04:56:19 2013 +0000 +++ b/config/database.yml.example Tue Oct 15 01:47:19 2013 +0900 @@ -1,8 +1,7 @@ # Copy this to "database.yml" and adjust the fields accordingly. # Should work with any adapter. login: &login - adapter: mysql2 - encoding: utf8 + adapter: postgresql pool: 5 username: zp password: silica