Sha256: 11690cd427ef6517124c27f1117b55bf3b08ee8b09bde37b83b4544f35321008

Contents?: true

Size: 278 Bytes

Versions: 13

Compression:

Stored size: 278 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: mysql2
  database: spud_photos_development
  username: root
  
test:
  adapter: mysql2
  database: spud_photos_test
  username: root

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
tb_photos-1.2.0 spec/dummy/config/database.yml
tb_photos-1.0.6 spec/dummy/config/database.yml
tb_photos-1.1.0 spec/dummy/config/database.yml
tb_photos-1.1.0.beta1 spec/dummy/config/database.yml
tb_photos-1.0.5 spec/dummy/config/database.yml
tb_photos-1.0.4 spec/dummy/config/database.yml
spud_photos-0.1.5 test/dummy/config/database.yml
spud_photos-0.1.4 test/dummy/config/database.yml
spud_photos-0.1.3 test/dummy/config/database.yml
spud_photos-0.1.2 test/dummy/config/database.yml
spud_photos-0.1 test/dummy/config/database.yml
spud_photos-0.0.3 test/dummy/config/database.yml
spud_photos-0.0.2 test/dummy/config/database.yml