Sha256: e99b1ce239f1c7b696fbf9d2e5ab0508c969c734410f88297a7ec3301e0c4bb6

Contents?: true

Size: 665 Bytes

Versions: 7

Compression:

Stored size: 665 Bytes

Contents

---
development: &development
  adapter: postgresql
  database: fat_free_crm_development
  username: <%= ENV['DB_USERNAME'] %>
  password: <%= ENV['DB_PASSWORD'] %>
  host:     <%= ENV['DB_HOST'] %>
  port:     <%= ENV['DB_PORT'] %>
  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: <%= ENV['DB_DATABASE'] %>

staging:
  <<: *development
  database: fat_free_crm_staging

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 config/database.postgres.docker.yml
fat_free_crm-0.22.0 config/database.postgres.docker.yml
fat_free_crm-0.21.0 config/database.postgres.docker.yml
fat_free_crm-0.20.1 config/database.postgres.docker.yml
fat_free_crm-0.20.0 config/database.postgres.docker.yml
fat_free_crm-0.19.2 config/database.postgres.docker.yml
fat_free_crm-0.19.0 config/database.postgres.docker.yml