Sha256: 4a35c42c12fd06aab8beb0a5e6fb9c828c48c5092f1ca81cb917940f1de5c087
Contents?: true
Size: 583 Bytes
Versions: 28
Compression:
Stored size: 583 Bytes
Contents
--- development: &development adapter: postgresql database: fat_free_crm_development username: password: host: localhost 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
28 entries across 28 versions & 2 rubygems