Sha256: 250118a5298c61b847de4ccfc4b3ef88f3f759ebf4a271e08450e31e469ef776

Contents?: true

Size: 395 Bytes

Versions: 8

Compression:

Stored size: 395 Bytes

Contents

#
default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  host: localhost

development:
  <<: *default
  database: spina_blog_development

# 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:
  <<: *default
  database: spina_blog_test

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
spina-admin-conferences-blog-0.3.1 spec/dummy/config/database.yml
spina-admin-conferences-blog-0.2.0 spec/dummy/config/database.yml
spina-admin-conferences-blog-0.1.4 spec/dummy/config/database.yml
spina-admin-conferences-blog-0.1.3 spec/dummy/config/database.yml
spina-admin-conferences-blog-0.1.2 spec/dummy/config/database.yml
spina-admin-conferences-blog-0.1.1 spec/dummy/config/database.yml
spina-admin-conferences-blog-0.1.0 spec/dummy/config/database.yml
spina-blog-0.3.0 spec/dummy/config/database.yml