Sha256: ca51f2036a6b1e61d24f972f985de125daea62c4d27ba0c4a67637f0099c86ae

Contents?: true

Size: 802 Bytes

Versions: 53

Compression:

Stored size: 802 Bytes

Contents

# postgresql is the default if no ADAPTER environment variable is set when running specs.

postgresql:
  adapter: postgresql
  database: rpush_test
  host: localhost
  username: postgres
  password: ""

jdbcpostgresql:
  adapter: jdbcpostgresql
  database: rpush_test
  host: localhost
  username: postgres
  password: ""

mysql2:
  adapter: mysql2
  database: rpush_test
  host: localhost
  username: rpush_test
  password: ""
  encoding: utf8

jdbcmysql:
  adapter: jdbcmysql
  database: rpush_test
  host: localhost
  username: rpush_test
  password: ""
  encoding: utf8

jdbch2:
  adapter: h2
  url: jdbc:h2:file:/tmp/rpush_test;AUTO_SERVER=TRUE
  username: rpush_test
  password: ""
  pool: 128
  timeout: 5000
  encoding: utf8

sqlite3:
  adapter: sqlite3
  database: spec/tmp/rpush_test.sqlite3

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
rpush-3.1.0 spec/support/config/database.yml
rpush-3.0.2 spec/support/config/database.yml
rpush-3.0.1 spec/support/config/database.yml
rpush-3.0.0 spec/support/config/database.yml
rpush-3.0.0.rc1 spec/support/config/database.yml
rpush-2.7.0-java spec/support/config/database.yml
rpush-2.7.0 spec/support/config/database.yml
rpush-2.6.0-java spec/support/config/database.yml
rpush-2.6.0 spec/support/config/database.yml
rpush-2.5.0 spec/support/config/database.yml
rpush-2.4.0-java spec/support/config/database.yml
rpush-2.4.0 spec/support/config/database.yml
rpush-2.3.2-java spec/support/config/database.yml
rpush-2.3.2 spec/support/config/database.yml
rpush-2.3.1-java spec/support/config/database.yml
rpush-2.3.1 spec/support/config/database.yml
rpush-2.3.0-java spec/support/config/database.yml
rpush-2.3.0 spec/support/config/database.yml
rpush-2.3.0.rc1 spec/support/config/database.yml
rpush-2.2.0-java spec/support/config/database.yml