Sha256: d0356fba70898bd48de57753c8ad896029de3590b82aa83ca73727f945dff879

Contents?: true

Size: 333 Bytes

Versions: 7

Compression:

Stored size: 333 Bytes

Contents

default: &default
  adapter: mysql2
  pool: 25
  timeout: 5000
  username: <%= ENV['DB_USERNAME'] %>
  password: "<%= ENV['DB_PASSWORD'] %>"
  host: <%= ENV['DB_HOST'] %>
  port: <%= ENV['DB_PORT'] %>

development:
 <<: *default
 database: <%= ENV['DB_NAME'] %>_development

production:
 <<: *default
 database: <%= ENV['DB_NAME'] %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/config/database.yml
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/config/database.yml
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/config/database.yml
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/config/database.yml
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/config/database.yml
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/config/database.yml
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/config/database.yml