postgis fix

This commit is contained in:
Graham McIntire 2025-06-16 11:46:51 -05:00
parent fd1708e791
commit 03284d94ef
No known key found for this signature in database

View file

@ -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"],