root/config/database.yml @ 7

Revision 6, 0.5 kB (checked in by falcon, 17 years ago)

CSS/Layout 80% done

Line 
1# SQLite version 3.x
2#   gem install sqlite3-ruby (not necessary on OS X Leopard)
3development:
4  adapter: mysql
5  database: Portfolio_devel
6  timeout: 5000
7  host: 127.0.0.1
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: mysql
14  database: Portfolio_test
15  timeout: 5000
16
17  host: 127.0.0.1
18production:
19  adapter: mysql
20  database: Porfolio_production
21  timeout: 5000
22
23  host: 127.0.0.1
Note: See TracBrowser for help on using the browser.