GRN2-164: Switched the default database to Postgres (#952)

* Switched the default database to Postgres

* Uncomment DB variables in sample.env
This commit is contained in:
Ahmad Farhat
2020-02-18 15:22:51 -05:00
committed by GitHub
parent 005c738e4d
commit feccee7d62
6 changed files with 25 additions and 20 deletions

View File

@ -77,6 +77,7 @@ gem 'cancancan', '~> 2.0'
group :production do
# Use a postgres database in production.
gem 'pg', '~> 0.18'
gem 'sequel'
# For a better logging library in production
gem "lograge"