postgis fix
This commit is contained in:
parent
fd1708e791
commit
03284d94ef
1 changed files with 2 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue