Show
Ignore:
Timestamp:
11/08/07 17:16:08 (5 years ago)
Author:
cs186
Message:

Fixture fixing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hw/hw4/library/config/database.yml

    r78 r91  
    11 # CS186 Fall 2007 format 
    2  development: 
     2 login: &login 
    33   adapter: postgresql 
    4    database: hw4 
    54   username: <%= ENV[ 'USER' ] %> 
    65   port: <%= ENV[ 'PGPORT' ] %> 
    76   password: 
    87   host: rhombus.cs.berkeley.edu 
     8 
     9 development: 
     10   <<: *login 
     11   database: hw4 
    912 
    1013 # Warning: The database defined as 'test' will be erased and