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

Version Path
fat_free_crm-0.22.1 config/database.postgres.yml
fat_free_crm-0.22.0 config/database.postgres.yml
fat_free_crm-0.21.0 config/database.postgres.yml
fat_free_crm-0.20.1 config/database.postgres.yml
fat_free_crm-0.20.0 config/database.postgres.yml
fat_free_crm-0.19.2 config/database.postgres.yml
fat_free_crm-0.19.0 config/database.postgres.yml
fat_free_crm-0.18.2 config/database.postgres.yml
fat_free_crm-0.14.2 config/database.postgres.yml
fat_free_crm-0.15.2 config/database.postgres.yml
fat_free_crm-0.16.4 config/database.postgres.yml
fat_free_crm-0.17.3 config/database.postgres.yml
fat_free_crm-0.18.1 config/database.postgres.yml
fat_free_crm-0.18.0 config/database.postgres.yml
fat_free_crm-0.14.1 config/database.postgres.yml
fat_free_crm-0.15.1 config/database.postgres.yml
fat_free_crm-0.16.3 config/database.postgres.yml
fat_free_crm-0.17.2 config/database.postgres.yml
fat_free_crm-0.16.2 config/database.postgres.yml
fat_free_crm-0.17.1 config/database.postgres.yml