Sha256: bd10e193e34a0c95a6f3644b2583af85eea084fc7172b1b26060b92b33963814

Contents?: true

Size: 579 Bytes

Versions: 16

Compression:

Stored size: 579 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

16 entries across 16 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 config/database.postgres.yml
fat_free_crm-0.13.5 config/database.postgres.yml
fat_free_crm-0.13.4 config/database.postgres.yml
fat_free_crm-0.13.3 config/database.postgres.yml
fat_free_crm-0.13.2 config/database.postgres.yml
fat_free_crm-0.12.3 config/database.postgres.yml
fat_free_crm-0.12.2 config/database.postgres.yml
fat_free_crm-0.13.1 config/database.postgres.yml
fat_free_crm-0.12.1 config/database.postgres.yml
fat_free_crm-0.13.0 config/database.postgres.yml
fat_free_crm-0.12.0 config/database.postgres.yml
fat_free_crm-0.11.4 config/database.postgres.yml
fat_free_crm-0.11.3 config/database.postgres.yml
fat_free_crm-0.11.2 config/database.postgres.yml
fat_free_crm-0.11.1 config/database.postgres.yml
fat_free_crm-0.11.0 config/database.postgres.yml