Skip to content

Commit

Permalink
add cache_manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 30, 2020
1 parent 3a0d73d commit ef4345c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ 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]]
force_ssl: [rewrite_on: [:x_forwarded_proto]],
cache_static_manifest: "priv/static/cache_manifest.json"
# ssl: true

# Do not print debug messages in production
Expand Down

0 comments on commit ef4345c

Please sign in to comment.