Not enforcing port number anymore.
This commit is contained in:
parent
3d5dd30d82
commit
22d392268a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue