Sha256: f4d22577191e9c0f8a08f5b4f339120cc14360fdcf06507107c5cd23243b5803
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
development: adapter: postgresql database: <%= app_name %>_development username: rahul encoding: utf8 pool: 5 timeout: 5000 test: adapter: postgresql database: <%= app_name %>_test username: rahul encoding: utf8 pool: 5 timeout: 5000 production: adapter: postgresql database: <%= app_name %>_production username: rahul encoding: utf8 pool: 5 timeout: 5000
Version data entries
3 entries across 3 versions & 1 rubygems