~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/configs/databases/sqlite2.yml

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# SQLite version 2.x
2
 
#   gem install sqlite-ruby
3
 
development:
4
 
  adapter: sqlite
5
 
  database: db/development.sqlite2
6
 
  pool: 5
7
 
 
8
 
# Warning: The database defined as "test" will be erased and
9
 
# re-generated from your development database when you run "rake".
10
 
# Do not set this db to the same as development or production.
11
 
test:
12
 
  adapter: sqlite
13
 
  database: db/test.sqlite2
14
 
  pool: 5
15
 
 
16
 
production:
17
 
  adapter: sqlite
18
 
  database: db/production.sqlite2
19
 
  pool: 5