Commit 1a9aa04e6b6ee58cbb7fb252848d19b9d89df5fc
1 parent
c664f187
Exists in
master
and in
23 other branches
Fixing PostgreSQL example configuration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/database.yml.pgsql
| ... | ... | @@ -33,7 +33,7 @@ development: |
| 33 | 33 | # Warning: The database defined as "test" will be erased and |
| 34 | 34 | # re-generated from your development database when you run "rake". |
| 35 | 35 | # Do not set this db to the same as development or production. |
| 36 | -test:&TEST | |
| 36 | +test: &TEST | |
| 37 | 37 | adapter: postgresql |
| 38 | 38 | encoding: unicode |
| 39 | 39 | database: noosfero_test | ... | ... |