Sha256: 295d99303ddb6407f4d279ab73c510527ed50906916aa2279b5a8656e1fada1b

Contents?: true

Size: 986 Bytes

Versions: 4

Compression:

Stored size: 986 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: mysql2
  host: localhost
  database: archiving_development
  username: root
  password:

other_development:
  adapter: mysql2
  host: localhost
  database: archiving_other_development
  username: root
  password:

# 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:
  adapter: mysql2
  host: 127.0.0.1
  database: archiving_test
  username: root
  password:

other_test:
  adapter: mysql2
  host: 127.0.0.1
  database: archiving_test
  username: root
  password:

production:
  adapter: mysql2
  host: localhost
  database: archiving_production
  username: root
  password:

other_production:
  adapter: mysql2
  host: localhost
  database: archiving_other_production
  username: root
  password:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
archiving-0.6.1 test/dummy/config/database.yml
archiving-0.6.0 test/dummy/config/database.yml
archiving-0.5.0 test/dummy/config/database.yml
archiving-0.4.4 test/dummy/config/database.yml