Sha256: 18376c8f0df5af8a7aa985ebd25ca3a93fa7757335052462818e2d6f724ab372
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: postgresql encoding: utf8 pool: 5 timeout: 5000 username: cti password: cti development: <<: *default database: dbview_cti # 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: dbview_cti_test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dbview_cti-0.2.3 | spec/dummy-rails-5/config/database.yml |
dbview_cti-0.2.2 | spec/dummy-rails-5/config/database.yml |