Sha256: a919fc9dfdd07af21a5dc1229370d54355b46ac05d22cd61c902e56a84248e7c
Contents?: true
Size: 584 Bytes
Versions: 21
Compression:
Stored size: 584 Bytes
Contents
--- development: &development adapter: postgresql database: fat_free_crm_development username: postgres password: host: db port: 5432 schema_search_path: public min_messages: warning # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *development database: fat_free_crm_test production: <<: *development database: fat_free_crm_production staging: <<: *development database: fat_free_crm_staging
Version data entries
21 entries across 21 versions & 2 rubygems