Sha256: 707eab371d94826951851074bbe7dc66cfeebd17527b0475ff3d8ce722e16f08
Contents?: true
Size: 434 Bytes
Versions: 22
Compression:
Stored size: 434 Bytes
Contents
common: &common adapter: postgresql username: postgres password: postgres encoding: SQL_ASCII template: template0 pool: 5 timeout: 5000 local: &local host: 127.0.0.1 # ----------------- # *** part *** # ----------------- development: <<: *common <<: *local database: part_production production: <<: *common <<: *local database: part_production test: <<: *common <<: *local database: part_test
Version data entries
22 entries across 22 versions & 1 rubygems