Changeset 91 for hw/hw4/library/config/database.yml
- Timestamp:
- 11/08/07 17:16:08 (5 years ago)
- Files:
-
- 1 modified
-
hw/hw4/library/config/database.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hw/hw4/library/config/database.yml
r78 r91 1 1 # CS186 Fall 2007 format 2 development:2 login: &login 3 3 adapter: postgresql 4 database: hw45 4 username: <%= ENV[ 'USER' ] %> 6 5 port: <%= ENV[ 'PGPORT' ] %> 7 6 password: 8 7 host: rhombus.cs.berkeley.edu 8 9 development: 10 <<: *login 11 database: hw4 9 12 10 13 # Warning: The database defined as 'test' will be erased and
