Fixed PostgreSQL database.yml template
config/templates/database.postgresql.yml (Quick Diff) | bfa5e98 | 5545f8d | ||
|---|---|---|---|
9 | # Choose the win32 build. | 9 | # Choose the win32 build. |
10 | # Install PostgreSQL and put its /bin directory on your path. | 10 | # Install PostgreSQL and put its /bin directory on your path. |
11 | production: | 11 | production: |
12 | adapter: postgresql | 12 | adapter: postgres |
13 | encoding: unicode | 13 | encoding: unicode |
14 | database: retrospectiva | 14 | database: retrospectiva |
15 | pool: 5 | 15 | pool: 5 |