Sha256: 78f1c1ea4c2253d03a8a78f45907a0b73d12fbba72d7bba005db4b692d4476dc

Contents?: true

Size: 581 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 config/database.postgres.docker.yml
fat_free_crm-0.13.5 config/database.postgres.docker.yml