Commit b6e7ac33aefb77acfb09cf12304a0a13d6d513bd

Thomas de Grivel 2021-11-29T10:36:32

config prod

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/config/prod.exs b/config/prod.exs
index b15c36d..0f8b7eb 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -11,7 +11,9 @@ import Config
 # before starting your production server.
 config :kmxgit, KmxgitWeb.Endpoint,
   url: [scheme: "https", host: "git.kmx.io", port: 443],
-  cache_static_manifest: "priv/static/cache_manifest.json",
+  cache_static_manifest: "priv/static/cache_manifest.json"
+
+config :kmxgit, Phoenix.Endpoint.Cowboy2Adapter,
   http: [
     net: :inet,
     ip: {127, 0, 0, 1},