Sha256: 3a540c9fa48c9ae94834a8214e5ee64595367933f2f16cf9c14278a64a3a62ac
Contents?: true
Size: 643 Bytes
Versions: 21
Compression:
Stored size: 643 Bytes
Contents
development: &development adapter: postgresql encoding: unicode # database: CHANGEME IN database.yml.example and database.yml.ci # username: postgres pool: 5 host: 127.0.0.1 # 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: <<: *development # database: CHANGEME IN database.yml.example and database.yml.ci production: adapter: postgresql encoding: unicode # database: CHANGEME IN database.yml.example and database.yml.ci # username: postgres pool: 5 host: 127.0.0.1
Version data entries
21 entries across 21 versions & 1 rubygems