Not enforcing port number anymore.

ipc07
Luka Vandervelden 2018-09-23 16:02:35 +02:00
parent 3d5dd30d82
commit 22d392268a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module MyRepo
extend Crecto::Repo
end
Kemal.run 12051 do
Kemal.run do
MyRepo.config do |conf|
conf.adapter = Crecto::Adapters::Postgres
conf.hostname = authd_db_hostname