updating prod host settings
This commit is contained in:
parent
d817c30d46
commit
b52ba7117e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use Mix.Config
|
|||
# before starting your production server.
|
||||
config :podcast_feed, PodcastFeedWeb.Endpoint,
|
||||
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"}],
|
||||
cache_static_manifest: "priv/static/cache_manifest.json",
|
||||
server: true,
|
||||
|
|
Loading…
Reference in a new issue