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