updating prod host settings

This commit is contained in:
danilo silva 2020-06-07 21:14:31 +00:00
parent d817c30d46
commit b52ba7117e

View file

@ -11,7 +11,7 @@ use Mix.Config
# before starting your production server. # before starting your production server.
config :podcast_feed, PodcastFeedWeb.Endpoint, config :podcast_feed, PodcastFeedWeb.Endpoint,
load_from_system_env: true, load_from_system_env: true,
url: [scheme: "https", host: "podcast.herokuapp.com", port: 443], url: [scheme: "https", host: "other-unwilling-barasinga.gigalixirapp.com", port: 443],
http: [port: {:system, "PORT"}], http: [port: {:system, "PORT"}],
cache_static_manifest: "priv/static/cache_manifest.json", cache_static_manifest: "priv/static/cache_manifest.json",
server: true, server: true,