Not enforcing port number anymore.
This commit is contained in:
parent
3d5dd30d82
commit
22d392268a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user