root/config/database.yml @ 8

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

Tweaks and upgrades, routes/paginate/etc

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  password: shadow7
8#  host: 127.0.0.1
9
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
16  timeout: 5000
17
18  password: shadow7
19 # host: 127.0.0.1
20production:
21  adapter: mysql
22  database: Porfolio_production
23  timeout: 5000
24
25  password: shadow7
26#  host: 127.0.0.1
Note: See TracBrowser for help on using the browser.