Commit ce2024e86b099f46a6c79d64202d300c98972132

Thomas de Grivel 2021-11-29T10:39:56

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 0f8b7eb..b15c36d 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -11,9 +11,7 @@ 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"
-
-config :kmxgit, Phoenix.Endpoint.Cowboy2Adapter,
+  cache_static_manifest: "priv/static/cache_manifest.json",
   http: [
     net: :inet,
     ip: {127, 0, 0, 1},