Sha256: e8c2da6c2e0c0f5df1df9dc316af0d7666ab0f9b08725865247294728fe88c64
Contents?: true
Size: 715 Bytes
Versions: 18
Compression:
Stored size: 715 Bytes
Contents
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: postgresql username: postgres password: database: octopus_sample_app_development encoding: unicode host: localhost # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: &test adapter: postgresql username: postgres password: database: octopus_sample_app_test encoding: unicode host: localhost production: adapter: postgresql username: postgres password: database: octopus_sample_app_production encoding: unicode host: localhost
Version data entries
18 entries across 18 versions & 3 rubygems