Revision 15, 0.6 kB
(checked in by falcon, 17 years ago)
|
Better W3C Compliance, misc fixes, changed media max size to 1024x800 px
|
Line | |
---|
1 | # SQLite version 3.x |
---|
2 | # gem install sqlite3-ruby (not necessary on OS X Leopard) |
---|
3 | development: |
---|
4 | adapter: mysql |
---|
5 | database: falcon_PortfolioDevel |
---|
6 | timeout: 5000 |
---|
7 | username: falcon_dbacces |
---|
8 | password: 4u9L-OleD |
---|
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. |
---|
13 | test: |
---|
14 | adapter: mysql |
---|
15 | database: falcon_PortfolioTest |
---|
16 | timeout: 5000 |
---|
17 | username: falcon_dbacces |
---|
18 | password: ru9L-OleD |
---|
19 | production: |
---|
20 | adapter: mysql |
---|
21 | database: falcon_PortfolioProduction |
---|
22 | timeout: 5000 |
---|
23 | username: falcon_dbacces |
---|
24 | password: 4u9L-OleD |
---|