This commit is contained in:
Graham McIntire 2025-07-05 13:03:27 -05:00
parent 3464cf5b66
commit 294a54823d
No known key found for this signature in database

View file

@ -68,7 +68,8 @@ if config_env() == :prod do
port: port
],
secret_key_base: secret_key_base,
server: true
server: true,
check_origin: ["https://#{host}"]
# config :aprsme, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")