root/config/database.yml @ 15

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

Better W3C Compliance, misc fixes, changed media max size to 1024x800 px

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