Skip to content

Commit

Permalink
feat: enable Fly gru region nodes to read from closest db replica
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Nov 21, 2022
1 parent 7d805fc commit 8906854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/realtime/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule Realtime.Repo do

@replicas %{
"fra" => Realtime.Repo.Replica.FRA,
"gru" => Realtime.Repo.Replica.IAD,
"iad" => Realtime.Repo.Replica.IAD,
"sin" => Realtime.Repo.Replica.SIN
}
Expand Down

0 comments on commit 8906854

Please sign in to comment.