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-5.4.0 spec/support/config/database.yml
rpush-5.3.0 spec/support/config/database.yml
rpush-5.2.0 spec/support/config/database.yml
rpush-5.1.0 spec/support/config/database.yml
rpush-5.0.0 spec/support/config/database.yml
rpush-4.2.0 spec/support/config/database.yml
rpush-4.1.1 spec/support/config/database.yml
rpush-4.1.0 spec/support/config/database.yml
rpush-4.0.1 spec/support/config/database.yml
rpush-4.0.0 spec/support/config/database.yml
rpush-3.3.1 spec/support/config/database.yml
rpush-3.3.0 spec/support/config/database.yml
rpush_extended-3.2.6 spec/support/config/database.yml
rpush_extended-3.2.5 spec/support/config/database.yml
rpush-3.2.4 spec/support/config/database.yml
rpush-3.2.3 spec/support/config/database.yml
rpush-3.2.2 spec/support/config/database.yml
rpush-3.2.1 spec/support/config/database.yml
rpush-3.2.0 spec/support/config/database.yml
rpush-3.1.1 spec/support/config/database.yml