Skip to content

Commit

Permalink
fix bug with environment variable;
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcac00 committed Nov 22, 2024
1 parent fd943bb commit ba59f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/Pages/PlayerEventHome.razor
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
envVars["ATLAS_CHART_ID_PLAYER"] = System.Environment.GetEnvironmentVariable(
"ATLAS_CHART_ID_PLAYER"
);
envVars["REST_SERVICE_PORT"] = System.Environment.GetEnvironmentVariable(
"REST_SERVICE_PORT"
envVars["REST_SERVICE_IP"] = System.Environment.GetEnvironmentVariable(
"REST_SERVICE_IP"
);
envVars["GAME_CLIENT_PORT"] = System.Environment.GetEnvironmentVariable(
"GAME_CLIENT_PORT"
Expand Down

0 comments on commit ba59f0d

Please sign in to comment.