Changeset 1188

Show
Ignore:
Timestamp:
07/12/08 01:13:54 (6 months ago)
Author:
alban
Message:

Utilisation de mysql par defaut en dev/test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/database.yml

    r735 r1188  
    1212#   http://dev.mysql.com/doc/refman/5.0/en/old-client.html 
    1313development: 
    14   adapter: postgresql 
    15   database: audiobank_development 
    16   username: audiobank 
     14  adapter: mysql 
     15  database: audiobank 
     16  username: root 
     17  password: root 
    1718  host: localhost 
    18   port: 543
     19  port: 360
    1920 
    2021# Warning: The database defined as 'test' will be erased and 
     
    2223# Do not set this db to the same as development or production. 
    2324test: 
    24   adapter: postgresql 
     25  adapter: mysql 
    2526  database: audiobank_test 
    26   username: audiobank 
     27  username: root 
     28  password: root 
    2729  host: localhost 
    28   port: 543
     30  port: 360
    2931 
    3032production: