Mercurial > zeropaste
comparison config/database.yml.example @ 19:99d0adfd5453
Added some default config for database.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 05 Sep 2012 14:17:14 +0700 |
parents | 33e8202c7e5d |
children | 1a2dee3b05b2 |
comparison
equal
deleted
inserted
replaced
18:9f80b5700e93 | 19:99d0adfd5453 |
---|---|
1 # Copy this to "database.yml" and adjust the fields accordingly. | 1 # Copy this to "database.yml" and adjust the fields accordingly. |
2 # Show work with any adapter. | 2 # Show work with any adapter. |
3 login: &login | 3 login: &login |
4 adapter: mysql2 | 4 adapter: mysql2 |
5 encoding: utf8 | |
6 pool: 5 | |
5 username: zp | 7 username: zp |
6 password: silica | 8 password: silica |
7 host: 127.0.0.1 | 9 host: 127.0.0.1 |
8 | 10 |
9 development: | 11 development: |