diff --git a/config/prod.exs b/config/prod.exs
index 7bc055a..56597cd 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -10,12 +10,10 @@ import Config
# which you should run after static files are built and
# before starting your production server.
config :kmxgit, KmxgitWeb.Endpoint,
+ http: [net: :inet, ip: {127, 0, 0, 1}, port: 15008]
url: [scheme: "https", host: "git.kmx.io", port: 443],
cache_static_manifest: "priv/static/cache_manifest.json"
-config :kmxgit, Phoenix.Endpoint.Cowboy2Adapter,
- http: [net: :inet, ip: {127, 0, 0, 1}, port: 15008]
-
# Do not print debug messages in production
config :logger, level: :info