Mercurial > zeropaste
view config/database.yml.example @ 16:0d68bfd35971
Added placeholder for tmp/ directory.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Sun, 26 Aug 2012 20:02:41 -0700 | 
| parents | 33e8202c7e5d | 
| children | 99d0adfd5453 | 
line wrap: on
 line source
# Copy this to "database.yml" and adjust the fields accordingly. # Show work with any adapter. login: &login adapter: mysql2 username: zp password: silica host: 127.0.0.1 development: database: zeropaste_dev <<: *login test: database: zeropaste_test <<: *login production: database: zeropaste <<: *login
