Sha256: cd5d7449bde82369c23d923e20b792524c362fa1da4d7efe81eb6c17a5d3a8a4

Contents?: true

Size: 559 Bytes

Versions: 12

Compression:

Stored size: 559 Bytes

Contents

# development:
#   adapter: postgresql
#   encoding: unicode
#   database: iqvoc_development
#   username: iqvoc
#   password:
#   pool: 5

development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: iqvoc_development
  username: root
  password:
  host: 127.0.0.1

test:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: iqvoc_test
  username: root
  password:
  host: 127.0.0.1

production:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: iqvoc_development
  username: root
  password:
  host: 127.0.0.1

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
iqvoc-4.3.3 config/database.yml
iqvoc-4.8.2 config/database.yml
iqvoc-3.2.11 config/database.yml
iqvoc-3.2.10 config/database.yml
iqvoc-4.8.1 config/database.yml
iqvoc-4.8.0 config/database.yml
iqvoc-4.7.0 config/database.yml
iqvoc-4.6.1 config/database.yml
iqvoc-3.2.9 config/database.yml
iqvoc-4.5.2 config/database.yml
iqvoc-4.6.0 config/database.yml
iqvoc-4.4.0 config/database.yml