piotrleniec / sendit

1 stars 0 forks source link

PostgreSQL database configuration. #3

Closed piotrleniec closed 7 years ago

piotrleniec commented 7 years ago

In order to allow users to use Facebook authentication, we need to configure our application to use PostgreSQL database. Devise stores users in a database even when they're authenticated by an external service. It's also important to mention that we need configuration only for test and development environments because Heroku automatically injects its production database configuration.

dimon-k commented 7 years ago

PostgreSQL was set up in the following PR: https://github.com/piotrleniec/sendit/pull/6

piotrleniec commented 7 years ago

I've approved the PR. :+1:

dimon-k commented 7 years ago

Merged!