diff --git a/config/prod.exs b/config/prod.exs index ed09a5d..8714cf6 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -15,7 +15,7 @@ config :app, AppWeb.Endpoint, transport_options: [socket_opts: [:inet6]] ], url: [scheme: "https", host: "auth-plug-example.herokuapp.com", port: 443], - # cache_static_manifest: "priv/static/cache_manifest.json" + cache_static_manifest: "priv/static/cache_manifest.json" secret_key_base: System.get_env("SECRET_KEY_BASE"), force_ssl: [rewrite_on: [:x_forwarded_proto]] # ssl: true