Sha256: 35ff725508768c25d2a2797b26c78a554538f333e50b40e7da706d3f41ee337c
Contents?: true
Size: 466 Bytes
Versions: 15
Compression:
Stored size: 466 Bytes
Contents
development: adapter: mysql2 host: localhost database: carrier username: root password: root encoding: utf8 test: &test adapter: mysql2 host: localhost database: carrier_test username: root password: root encoding: utf8 production: adapter: mysql2 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