root/config/database.yml @ 13

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

fixing JS IE issues, art upload size

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
[13]7  password: shadow7
[6]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
[13]16  password: shadow7
[1]17
18production:
19  adapter: mysql
[2]20  database: Porfolio_production
21  timeout: 5000
[13]22  password: shadow7
Note: See TracBrowser for help on using the browser.