From 062489f5ae92234cc6e9f50cb970f3cd735e4d07 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 11 Jul 2025 13:19:24 -0500 Subject: [PATCH] staging fix --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index f58bed2..34b4c59 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -69,7 +69,7 @@ if config_env() == :prod do ], secret_key_base: secret_key_base, server: true, - check_origin: ["https://#{host}"] + check_origin: ["https://#{host}", "http://10.0.19.222:33897", "https://s.aprs.me"] config :aprsme, ecto_repos: [Aprsme.Repo],