Sha256: 24b7dcf2b68ec9f728254f92927fddfbb14603ec5ef66eeb3f40e7f003495462
Contents?: true
Size: 621 Bytes
Versions: 15
Compression:
Stored size: 621 Bytes
Contents
development: adapter: postgresql host: localhost port: 5432 database: carrier username: postgres password: postgres schema_search_path: public encoding: utf8 template: template0 test: &test adapter: postgresql host: localhost port: 5432 database: distant_test username: postgres password: postgres schema_search_path: public encoding: utf8 template: template0 production: adapter: postgresql host: localhost port: 5432 database: eidogram_distant username: pgsql password: pgsql schema_search_path: public encoding: utf8 template: template0 cucumber: <<: *test
Version data entries
15 entries across 15 versions & 2 rubygems