From 82b9b34eb9126240a6a1de53c572c49fb809496a Mon Sep 17 00:00:00 2001 From: Victor Martinez <49537445+JasterV@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:57:48 +0200 Subject: [PATCH] update prod.exs --- config/prod.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index c56159d..fb3c3ad 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -7,7 +7,6 @@ import Config # before starting your production server. 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", check_origin: [ "//intisync.gigalixirapp.com/",