Skip to content

Commit 58786af

Browse files
committed
debug
1 parent 24d9240 commit 58786af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ group :development, :test do
3939
end
4040

4141
group :production do
42-
gem 'pg'
42+
gem 'pg'
4343
end
4444

4545
# Use ActiveModel has_secure_password

config/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test:
1919
timeout: 5000
2020

2121
production:
22-
adapter: sqlite3
23-
database: db/production.sqlite3
22+
adapter: postgresql
23+
database: co-create_production
2424
pool: 5
2525
timeout: 5000

0 commit comments

Comments
 (0)