Sha256: 865d2e3de18aad5d58cafafc42f5edaf862f275bcb41b5a2d7e9accfa7e2ed5d

Contents?: true

Size: 502 Bytes

Versions: 7

Compression:

Stored size: 502 Bytes

Contents

development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: iqvoc_similar_terms_development
  pool: 5
  username: root
  password:
  hostname: 127.0.0.1

test:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: iqvoc_similar_terms_test
  pool: 5
  username: root
  password:
  hostname: 127.0.0.1

production:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: iqvoc_similar_terms_production
  pool: 5
  username: root
  password:
  hostname: 127.0.0.1

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iqvoc_similar_terms-0.8.0 config/database.yml.mysql
iqvoc_similar_terms-0.7.1 config/database.yml.mysql
iqvoc_similar_terms-0.7.0 config/database.yml.mysql
iqvoc_similar_terms-0.6.1 config/database.yml.mysql
iqvoc_similar_terms-0.6.0 config/database.yml.mysql
iqvoc_similar_terms-0.5.3 config/database.yml.mysql
iqvoc_similar_terms-0.5.2 config/database.yml.mysql