Sha256: 5604c85c3da02ab66a05952557508435dcd866d830839b11229b2df377a9777c

Contents?: true

Size: 583 Bytes

Versions: 7

Compression:

Stored size: 583 Bytes

Contents

test:
  postgres:
    adapter: postgresql
    encoding: unicode
    database: wherex_test
    pool: 5
    username: <%= ENV['POSTGRESQL_USERNAME'] || 'postgres' %>
    password: <%= ENV['POSTGRESQL_PASSWORD'] || '' %>
  mysql:
    adapter: mysql2
    encoding: utf8
    reconnect: false
    database: wherex_test
    pool: 5
    username: <%= ENV['MYSQL_USERNAME'] || 'root' %>
    password: <%= ENV['MYSQL_PASSWORD'] || '' %>
    socket: <%= ENV['MYSQL_SOCKET'] || '/tmp/mysql.sock' %>
  sqlite:
    adapter: sqlite3
    database: test/db/test.sqlite3
    pool: 5
    timeout: 5000

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wherex-1.0.8 test/config/database.yml
wherex-1.0.7 test/config/database.yml
wherex-1.0.6 test/config/database.yml
wherex-1.0.3 test/config/database.yml
wherex-1.0.2 test/config/database.yml
wherex-1.0.1 test/config/database.yml
wherex-1.0.0 test/config/database.yml