Sha256: 7774c10b679546f5e2250a28be028197bfb8fdc8269690e83c7af4f90b7999db
Contents?: true
Size: 428 Bytes
Versions: 7
Compression:
Stored size: 428 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: af_production production: <<: *common <<: *local database: af_production test: <<: *common <<: *local database: af_test
Version data entries
7 entries across 7 versions & 1 rubygems