Commit 4d1354f80755f98e227df0969132cd4f9a73b257

Authored by AntonioTerceiro
1 parent 6879a995

ActionItem392: new sqlite settings

adapting to the new standard


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2033 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
config/database.yml.sqlite3
1 development: 1 development:
2 adapter: sqlite3 2 adapter: sqlite3
3 - database: tmp/anhetegua_development.db 3 + database: db/development.db
4 4
5 test: 5 test:
6 adapter: sqlite3 6 adapter: sqlite3
7 - database: tmp/anhetegua_test.db 7 + database: db/test.db
8 8
9 production: 9 production:
10 adapter: sqlite3 10 adapter: sqlite3
11 - database: tmp/anhetegua_production.db 11 + database: db/production.db