From 03284d94ef0accc1d3336a5c645786c84169b269 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 16 Jun 2025 11:46:51 -0500 Subject: [PATCH] postgis fix --- config/runtime.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 436359b..aaee077 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -55,7 +55,8 @@ if config_env() == :prod do # ssl: true, url: database_url, pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"), - socket_options: maybe_ipv6 + socket_options: maybe_ipv6, + types: Aprs.PostgresTypes config :aprs, AprsWeb.Endpoint, url: [host: host, port: 443, scheme: "https"],