summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-12 13:49:24 +0200
committerhukl <contact@smyck.org>2009-09-12 13:49:24 +0200
commite6045ae5b996c3e27e5f8b94f92ef2c1f7202fc0 (patch)
tree3b658180ddcaf1a3d4eb6d9ce38e9a87fdfd303d
parent49568b847db1acadb1c2186219b2488b5621f4d0 (diff)
removed sqlite3 sample config as its no longer supported by me
-rw-r--r--config/database.sqlite3-sample.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/database.sqlite3-sample.yml b/config/database.sqlite3-sample.yml
deleted file mode 100644
index 025d62a..0000000
--- a/config/database.sqlite3-sample.yml
+++ /dev/null
@@ -1,22 +0,0 @@
1# SQLite version 3.x
2# gem install sqlite3-ruby (not necessary on OS X Leopard)
3development:
4 adapter: sqlite3
5 database: db/development.sqlite3
6 pool: 5
7 timeout: 5000
8
9# Warning: The database defined as "test" will be erased and
10# re-generated from your development database when you run "rake".
11# Do not set this db to the same as development or production.
12test:
13 adapter: sqlite3
14 database: db/test.sqlite3
15 pool: 5
16 timeout: 5000
17
18production:
19 adapter: sqlite3
20 database: db/production.sqlite3
21 pool: 5
22 timeout: 5000