Sha256: 6761cc77d73e938930e0745f1aa865a524079fde2168cb72815c6647c7e60bae

Contents?: true

Size: 401 Bytes

Versions: 6

Compression:

Stored size: 401 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: root
  password: root
  host: 127.0.0.1
  port: 3306

test:
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kaui-0.9.0 test/dummy/config/database.yml
kaui-0.8.4 test/dummy/config/database.yml
kaui-0.8.3 test/dummy/config/database.yml
kaui-0.8.2 test/dummy/config/database.yml
kaui-0.8.1 test/dummy/config/database.yml
kaui-0.8.0 test/dummy/config/database.yml