Changeset 78
- Timestamp:
- 10/30/07 03:20:22 (5 years ago)
- Files:
-
- 1 modified
-
hw/hw4/library/config/database.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hw/hw4/library/config/database.yml
r71 r78 2 2 development: 3 3 adapter: postgresql 4 database: hw 34 database: hw4 5 5 username: <%= ENV[ 'USER' ] %> 6 6 port: <%= ENV[ 'PGPORT' ] %> … … 14 14 test: 15 15 <<: *login 16 database: hw 3_test16 database: hw4_test 17 17 18 18 production: 19 19 <<: *login 20 database: hw 3_prod20 database: hw4_prod
