Sha256: eb3fa869ed78feb3baa10927ba835ee928e275f8842d3f17b9351f57408486d3

Contents?: true

Size: 648 Bytes

Versions: 10

Compression:

Stored size: 648 Bytes

Contents

# 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.
development:
  adapter: mysql2
  encoding: utf8
  database: kaui
  username: <%= ENV.fetch('MYSQL_USER', 'root') %>
  password: <%= ENV.fetch('MYSQL_PASSWORD', 'root') %>
  host: 127.0.0.1
  port: 3306
  pool: 25
  timeout: 5000

test:
  adapter: mysql2
  encoding: utf8
  database: kaui_test
  username: <%= ENV.fetch('MYSQL_USER', 'root') %>
  password: <%= ENV.fetch('MYSQL_PASSWORD', 'root') %>
  host: 127.0.0.1
  port: 3306
  pool: 25
  timeout: 5000

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kaui-0.15.5 test/dummy/config/database.yml
kaui-0.15.4 test/dummy/config/database.yml
kaui-0.15.3 test/dummy/config/database.yml
kaui-0.15.2 test/dummy/config/database.yml
kaui-0.15.1 test/dummy/config/database.yml
kaui-0.15.0 test/dummy/config/database.yml
kaui-0.14.2 test/dummy/config/database.yml
kaui-0.14.1 test/dummy/config/database.yml
kaui-0.14.0 test/dummy/config/database.yml
kaui-0.12.0 test/dummy/config/database.yml