Skip to content

Commit

Permalink
Add in default database.yml.sample, closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed May 7, 2012
1 parent c259500 commit b43bfe7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/database.yml.sample
@@ -0,0 +1,14 @@
# Postgres settings
# #################
# development:
# adapter: postgresql
# host: localhost
# database: kandan_development
# pool: 5
# timeout: 5000

development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000

0 comments on commit b43bfe7

Please sign in to comment.