Changeset 1188
- Timestamp:
- 07/12/08 01:13:54 (6 months ago)
- Files:
-
- trunk/config/database.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/database.yml
r735 r1188 12 12 # http://dev.mysql.com/doc/refman/5.0/en/old-client.html 13 13 development: 14 adapter: postgresql 15 database: audiobank_development 16 username: audiobank 14 adapter: mysql 15 database: audiobank 16 username: root 17 password: root 17 18 host: localhost 18 port: 543219 port: 3602 19 20 20 21 # Warning: The database defined as 'test' will be erased and … … 22 23 # Do not set this db to the same as development or production. 23 24 test: 24 adapter: postgresql25 adapter: mysql 25 26 database: audiobank_test 26 username: audiobank 27 username: root 28 password: root 27 29 host: localhost 28 port: 543230 port: 3602 29 31 30 32 production:
