Fix socket connectivity on production.
Remove debug code.
This commit is contained in:
parent
510cdcbc9c
commit
eb9fd09a2b
4 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ config :shoehorn,
|
|||
config :logger, backends: [RingLogger]
|
||||
|
||||
config :ui, UiWeb.Endpoint,
|
||||
url: [host: "localhost"],
|
||||
url: [host: "www.geokunis2.nl"],
|
||||
http: [port: 80],
|
||||
secret_key_base: "HEY05EB1dFVSu6KykKHuS4rQPQzSHv4F7mGVB/gnDLrIu75wE/ytBXy2TaL3A6RA",
|
||||
root: Path.dirname(__DIR__),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue