Skip to content

Commit

Permalink
[format]
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised committed Oct 15, 2024
1 parent a930b0c commit c23c3a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/sync-service/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ connection_opts =
database: "postgres",
sslmode: :disable
]
else
{:ok, database_url_config} =
env!("DATABASE_URL", :string)
|> Electric.Config.parse_postgresql_uri()
else
{:ok, database_url_config} =
env!("DATABASE_URL", :string)
|> Electric.Config.parse_postgresql_uri()

database_ipv6_config =
env!("DATABASE_USE_IPV6", :boolean, false)
Expand Down

0 comments on commit c23c3a4

Please sign in to comment.