Commit ca0593f6f72e52fbf93618d7820313e03bc670bd
1 parent
b541facf
Exists in
master
and in
28 other branches
ActionItem8: s/anhetegua/noosfero/
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@425 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
config/database.yml.dist
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | # http://dev.mysql.com/doc/refman/5.0/en/old-client.html |
| 13 | 13 | development: |
| 14 | 14 | adapter: mysql |
| 15 | - database: anhetegua_development | |
| 15 | + database: noosfero_development | |
| 16 | 16 | username: root |
| 17 | 17 | password: |
| 18 | 18 | host: localhost |
| ... | ... | @@ -22,14 +22,14 @@ development: |
| 22 | 22 | # Do not set this db to the same as development or production. |
| 23 | 23 | test: |
| 24 | 24 | adapter: mysql |
| 25 | - database: anhetegua_test | |
| 25 | + database: noosfero_test | |
| 26 | 26 | username: root |
| 27 | 27 | password: |
| 28 | 28 | host: localhost |
| 29 | 29 | |
| 30 | 30 | production: |
| 31 | 31 | adapter: mysql |
| 32 | - database: anhetegua_production | |
| 32 | + database: noosfero_production | |
| 33 | 33 | username: root |
| 34 | 34 | password: |
| 35 | 35 | host: localhost | ... | ... |