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