root/config/database.yml @ 6

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

CSS/Layout 80% done

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