Browse Source

updating prod host settings

danilo silva 3 years ago
parent
commit
b52ba7117e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/prod.exs

+ 1 - 1
config/prod.exs

@@ -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,