Sha256: dc26480d7213733e8f89c89a2b950061d478066584f5e0c8ed2fd98ac1edbf51
Contents?: true
Size: 367 Bytes
Versions: 76
Compression:
Stored size: 367 Bytes
Contents
production: adapter: 'postgresql' timeout: 5000 database: <%= ENV.fetch('TEST_POSTGRES_DB', 'postgres') %> host: <%= ENV.fetch('TEST_POSTGRES_HOST', '127.0.0.1') %> port: <%= ENV.fetch('TEST_POSTGRES_PORT', 5432) %> username: <%= ENV.fetch('TEST_POSTGRES_USER', 'postgres') %> password: <%= ENV.fetch('TEST_POSTGRES_PASSWORD', 'postgres') %> pool: 30
Version data entries
76 entries across 76 versions & 2 rubygems