From 539755afbfff31ac422e57d2c6103eff334feaab Mon Sep 17 00:00:00 2001 From: Victor Martinez <49537445+JasterV@users.noreply.github.com> Date: Sat, 30 Mar 2024 03:04:03 +0100 Subject: [PATCH] update prod config --- config/prod.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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