Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 20, 2024
1 parent ada71f3 commit 813cca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if config_env() == :prod do
]
end

config :instellar, Instellar.Repo,
config :polar, Polar.Repo,
ssl: true,
url: database_url,
ssl_opts:
Expand All @@ -74,7 +74,7 @@ if config_env() == :prod do
]
|> Keyword.merge(cacert_options)
else
config :instellar, Instellar.Repo,
config :polar, Polar.Repo,
url: database_url,
socket_options: maybe_ipv6
end
Expand Down

0 comments on commit 813cca1

Please sign in to comment.