Skip to content

Commit

Permalink
Revised example database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Jun 15, 2010
1 parent a26a537 commit 6064a50
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions config/database.yml.example
@@ -1,15 +1,17 @@
# Default database configuration

development:
adapter: mysql
database: spree_dev
username: root

adapter: sqlite3
database: db/development.sqlite3

test:
adapter: mysql
database: spree_test
username: root

adapter: sqlite3
database: db/test.sqlite3

cucumber:
adapter: sqlite3
database: db/test.sqlite3
database: db/cucumber.sqlite3

production:
adapter: sqlite3
database: db/production.sqlite3

0 comments on commit 6064a50

Please sign in to comment.