From 5b264c9f07ef7a5382089e1798e56dbe759ca192 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Thu, 1 Feb 2024 19:33:50 -0500 Subject: [PATCH] Update all regions of examples --- javascript/asteroids-socketio-canvas/rivet.yaml | 4 ++-- javascript/colyseus/rivet.toml | 4 ++-- javascript/gameinc.io/rivet.yaml | 2 +- javascript/microgravity.io/rivet.yaml | 4 ++-- javascript/tanks-socketio-canvas/rivet.toml | 4 ++-- javascript/webrtc/rivet.toml | 4 ++-- rust/pixelprop/rivet.yaml | 4 ++-- rust/scrunch/rivet.yaml | 4 ++-- unity/tanks-fishnet/rivet.yaml | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/javascript/asteroids-socketio-canvas/rivet.yaml b/javascript/asteroids-socketio-canvas/rivet.yaml index c81df4e..4e019bc 100644 --- a/javascript/asteroids-socketio-canvas/rivet.yaml +++ b/javascript/asteroids-socketio-canvas/rivet.yaml @@ -4,8 +4,8 @@ matchmaker: max_players: 32 tier: "basic-1d2" regions: - lnd-atl: {} - lnd-fra: {} + atl: {} + fra: {} game_modes: default: {} bullet-hell: {} diff --git a/javascript/colyseus/rivet.toml b/javascript/colyseus/rivet.toml index 3c9f037..9b3bf09 100644 --- a/javascript/colyseus/rivet.toml +++ b/javascript/colyseus/rivet.toml @@ -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] diff --git a/javascript/gameinc.io/rivet.yaml b/javascript/gameinc.io/rivet.yaml index a48945a..41a6bcf 100644 --- a/javascript/gameinc.io/rivet.yaml +++ b/javascript/gameinc.io/rivet.yaml @@ -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: {} diff --git a/javascript/microgravity.io/rivet.yaml b/javascript/microgravity.io/rivet.yaml index 14e76fe..e7ee785 100644 --- a/javascript/microgravity.io/rivet.yaml +++ b/javascript/microgravity.io/rivet.yaml @@ -4,8 +4,8 @@ matchmaker: tier: basic-1d1 max_players: 50 regions: - lnd-atl: {} - lnd-fra: {} + atl: {} + fra: {} docker: dockerfile: Dockerfile ports: diff --git a/javascript/tanks-socketio-canvas/rivet.toml b/javascript/tanks-socketio-canvas/rivet.toml index 27ceef4..ac9acca 100644 --- a/javascript/tanks-socketio-canvas/rivet.toml +++ b/javascript/tanks-socketio-canvas/rivet.toml @@ -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] diff --git a/javascript/webrtc/rivet.toml b/javascript/webrtc/rivet.toml index 741a017..4252d25 100644 --- a/javascript/webrtc/rivet.toml +++ b/javascript/webrtc/rivet.toml @@ -7,8 +7,8 @@ max_players = 32 [matchmaker.regions] - lnd-sfo = {} - lnd-fra = {} + sfo = {} + fra = {} [matchmaker.docker] dockerfile = "Dockerfile" diff --git a/rust/pixelprop/rivet.yaml b/rust/pixelprop/rivet.yaml index 6b349b7..a3ae1bd 100644 --- a/rust/pixelprop/rivet.yaml +++ b/rust/pixelprop/rivet.yaml @@ -25,8 +25,8 @@ matchmaker: port: 3000 protocol: https regions: - lnd-atl: {} - lnd-fra: {} + atl: {} + fra: {} game_modes: default: {} diff --git a/rust/scrunch/rivet.yaml b/rust/scrunch/rivet.yaml index bef3446..6bc20e8 100644 --- a/rust/scrunch/rivet.yaml +++ b/rust/scrunch/rivet.yaml @@ -25,8 +25,8 @@ matchmaker: port: 3000 protocol: https regions: - lnd-atl: {} - lnd-fra: {} + atl: {} + fra: {} game_modes: default: {} diff --git a/unity/tanks-fishnet/rivet.yaml b/unity/tanks-fishnet/rivet.yaml index 6498dc9..a194542 100644 --- a/unity/tanks-fishnet/rivet.yaml +++ b/unity/tanks-fishnet/rivet.yaml @@ -17,8 +17,8 @@ matchmaker: tier: basic-1d1 regions: - lnd-atl: {} - lnd-fra: {} + atl: {} + fra: {} game_modes: mode-a: {}