diff --git a/config/prod.exs b/config/prod.exs index cb85ded..492b10d 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -5,7 +5,10 @@ import Config # manifest is generated by the `mix assets.deploy` task, # which you should run after static files are built and # before starting your production server. -config :intisync, IntisyncWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json" +config :intisync, IntisyncWeb.Endpoint, + force_ssl: [rewrite_on: [:x_forwarded_proto]], + url: [host: "intisync.app", port: 80], + cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production config :logger, level: :info