Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 0b3e145

Browse files
committed
Fixes
1 parent 3692dbe commit 0b3e145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
get '/' do
55
url = ENV['HEROKU_POSTGRESQL_KBARBER_BLUE_URL']
6-
conn = PG.connect(url + '?sslmode=verify-full&sslrootcert=/etc/ssl/certs/ca-certificates.pem')
6+
conn = PG.connect(url + '?sslmode=verify-full&sslrootcert=/etc/ssl/certs/ca-certificates.crt')
77
pid = conn.backend_pid
88
"Hello, world, My pid is #{pid}"
99
end

0 commit comments

Comments
 (0)