Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Update all regions of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Feb 2, 2024
1 parent 9cddcbe commit 5b264c9
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions javascript/asteroids-socketio-canvas/rivet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ matchmaker:
max_players: 32
tier: "basic-1d2"
regions:
lnd-atl: {}
lnd-fra: {}
atl: {}
fra: {}
game_modes:
default: {}
bullet-hell: {}
Expand Down
4 changes: 2 additions & 2 deletions javascript/colyseus/rivet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#
# Available regions: https://docs.rivet.gg/serverless-lobbies/concepts/available-regions
[matchmaker.regions]
lnd-sfo = {}
lnd-fra = {}
sfo = {}
fra = {}

# Runtime configuration for the lobby's Docker container.
[matchmaker.docker]
Expand Down
2 changes: 1 addition & 1 deletion javascript/gameinc.io/rivet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matchmaker:
PORT: "8080"
# Only use one region so everyone always gets the same lobby.
regions:
lnd-atl: {}
atl: {}
game_modes:
default: {}

4 changes: 2 additions & 2 deletions javascript/microgravity.io/rivet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ matchmaker:
tier: basic-1d1
max_players: 50
regions:
lnd-atl: {}
lnd-fra: {}
atl: {}
fra: {}
docker:
dockerfile: Dockerfile
ports:
Expand Down
4 changes: 2 additions & 2 deletions javascript/tanks-socketio-canvas/rivet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ start = "yarn start"
#
# Available regions: https://docs.rivet.gg/serverless-lobbies/concepts/available-regions
[matchmaker.regions]
lnd-atl = {}
lnd-fra = {}
atl = {}
fra = {}

# Runtime configuration for the lobby's Docker container.
[matchmaker.docker]
Expand Down
4 changes: 2 additions & 2 deletions javascript/webrtc/rivet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
max_players = 32

[matchmaker.regions]
lnd-sfo = {}
lnd-fra = {}
sfo = {}
fra = {}

[matchmaker.docker]
dockerfile = "Dockerfile"
Expand Down
4 changes: 2 additions & 2 deletions rust/pixelprop/rivet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ matchmaker:
port: 3000
protocol: https
regions:
lnd-atl: {}
lnd-fra: {}
atl: {}
fra: {}
game_modes:
default: {}

4 changes: 2 additions & 2 deletions rust/scrunch/rivet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ matchmaker:
port: 3000
protocol: https
regions:
lnd-atl: {}
lnd-fra: {}
atl: {}
fra: {}
game_modes:
default: {}

4 changes: 2 additions & 2 deletions unity/tanks-fishnet/rivet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ matchmaker:
tier: basic-1d1

regions:
lnd-atl: {}
lnd-fra: {}
atl: {}
fra: {}

game_modes:
mode-a: {}
Expand Down

0 comments on commit 5b264c9

Please sign in to comment.