root/config/database.yml @ 8

Revision 8, 0.6 kB (checked in by falcon, 17 years ago)

Tweaks and upgrades, routes/paginate/etc

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
[8]7  password: shadow7
8#  host: 127.0.0.1
[6]9
[1]10# Warning: The database defined as 'test' will be erased and
11# re-generated from your development database when you run 'rake'.
12# Do not set this db to the same as development or production.
13test:
14  adapter: mysql
15  database: Portfolio_test
[2]16  timeout: 5000
[1]17
[8]18  password: shadow7
19 # host: 127.0.0.1
[1]20production:
21  adapter: mysql
[2]22  database: Porfolio_production
23  timeout: 5000
24
[8]25  password: shadow7
26#  host: 127.0.0.1
Note: See TracBrowser for help on using the browser.