Commit ca0593f6f72e52fbf93618d7820313e03bc670bd

Authored by AntonioTerceiro
1 parent b541facf

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,7 +12,7 @@
12 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html 12 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
13 development: 13 development:
14 adapter: mysql 14 adapter: mysql
15 - database: anhetegua_development 15 + database: noosfero_development
16 username: root 16 username: root
17 password: 17 password:
18 host: localhost 18 host: localhost
@@ -22,14 +22,14 @@ development: @@ -22,14 +22,14 @@ development:
22 # Do not set this db to the same as development or production. 22 # Do not set this db to the same as development or production.
23 test: 23 test:
24 adapter: mysql 24 adapter: mysql
25 - database: anhetegua_test 25 + database: noosfero_test
26 username: root 26 username: root
27 password: 27 password:
28 host: localhost 28 host: localhost
29 29
30 production: 30 production:
31 adapter: mysql 31 adapter: mysql
32 - database: anhetegua_production 32 + database: noosfero_production
33 username: root 33 username: root
34 password: 34 password:
35 host: localhost 35 host: localhost