root/config/database.yml @ 4

Revision 4, 0.7 kB (checked in by falcon, 17 years ago)

75% complete. ajax support for engineering and galleries. galleries add/edit. artwork and engineering layouts.

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