We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d9240 commit 58786afCopy full SHA for 58786af
Gemfile
@@ -39,7 +39,7 @@ group :development, :test do
39
end
40
41
group :production do
42
- gem 'pg'
+ gem 'pg'
43
44
45
# Use ActiveModel has_secure_password
config/database.yml
@@ -19,7 +19,7 @@ test:
19
timeout: 5000
20
21
production:
22
- adapter: sqlite3
23
- database: db/production.sqlite3
+ adapter: postgresql
+ database: co-create_production
24
pool: 5
25
0 commit comments