Not enforcing port number anymore.
parent
3d5dd30d82
commit
22d392268a
|
@ -66,7 +66,7 @@ module MyRepo
|
||||||
extend Crecto::Repo
|
extend Crecto::Repo
|
||||||
end
|
end
|
||||||
|
|
||||||
Kemal.run 12051 do
|
Kemal.run do
|
||||||
MyRepo.config do |conf|
|
MyRepo.config do |conf|
|
||||||
conf.adapter = Crecto::Adapters::Postgres
|
conf.adapter = Crecto::Adapters::Postgres
|
||||||
conf.hostname = authd_db_hostname
|
conf.hostname = authd_db_hostname
|
||||||
|
|
Loading…
Reference in New Issue