Commit 9816b9e475d4e3927f6add10d9edcda66d4cdbeb
1 parent
bfb0b604
Exists in
master
and in
28 other branches
ActionItem154: using "production" with sqlite3 for testing
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1427 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
5 deletions
Show diff stats
config/database.yml.sqlite3
@@ -7,8 +7,5 @@ test: | @@ -7,8 +7,5 @@ test: | ||
7 | database: tmp/anhetegua_test.db | 7 | database: tmp/anhetegua_test.db |
8 | 8 | ||
9 | production: | 9 | production: |
10 | - adapter: mysql | ||
11 | - database: anhetegua_production | ||
12 | - username: root | ||
13 | - password: | ||
14 | - host: localhost | 10 | + adapter: sqlite3 |
11 | + database: tmp/anhetegua_production.db |