Skip to content

Commit 80baccf

Browse files
committed
bug: add relay to env
1 parent 0b2313a commit 80baccf

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/dedicated-servers/dedicated-servers.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ export class DedicatedServersService {
241241
name: "API_DOMAIN",
242242
value: this.appConfig.apiDomain,
243243
},
244+
{
245+
name: "RELAY_DOMAIN",
246+
value: this.appConfig.relayDomain,
247+
},
244248
{
245249
name: "DEMOS_DOMAIN",
246250
value: this.appConfig.demosDomain,

src/matches/match-assistant/match-assistant.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,10 @@ export class MatchAssistantService {
696696
name: "API_DOMAIN",
697697
value: this.appConfig.apiDomain,
698698
},
699+
{
700+
name: "RELAY_DOMAIN",
701+
value: this.appConfig.relayDomain,
702+
},
699703
{
700704
name: "DEMOS_DOMAIN",
701705
value: this.appConfig.demosDomain,

0 commit comments

Comments
 (0)