Sha256: 890dfbc63acda2406060eba2ce6c3512ffcc0332586a62e9d7ac6d0775fe6bb8

Contents?: true

Size: 314 Bytes

Versions: 12

Compression:

Stored size: 314 Bytes

Contents

default: &default
  adapter: mysql2
  pool: 5
  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

12 entries across 12 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-8.0.1 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-8.0.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-7.3.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-7.2.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-7.1.1 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-7.1.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-7.0.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-6.0.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-5.0.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-4.0.0 sample-apps/webhooks-contacts-app/config/database.yml
hubspot-api-client-3.3.0 sample-apps/webhooks-contacts-app/config/database.yml