Skip to content

Commit

Permalink
Update duel server addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 authored Sep 24, 2021
1 parent 98f3aa6 commit 051a19e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/configs.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@
"servers": [
{
"name": "EU Central (Casual)",
"address": "185.227.110.90",
"address": "eu.ygopro.co",
"duelport": 7912,
"roomaddress": "185.227.110.90",
"roomaddress": "eu.ygopro.co",
"roomlistport": 7923
},
{
"name": "EU Central (Competitive)",
"address": "185.227.110.90",
"address": "eu.ygopro.co",
"duelport": 7911,
"roomaddress": "185.227.110.90",
"roomaddress": "eu.ygopro.co",
"roomlistport": 7922
},
{
"name": "US West (Casual)",
"address": "146.71.79.166",
"address": "us.ygopro.co",
"duelport": 7911,
"roomaddress": "146.71.79.166",
"roomaddress": "us.ygopro.co",
"roomlistport": 7922
},
{
"name": "US West (Competitive)",
"address": "146.71.79.166",
"address": "us.ygopro.co",
"duelport": 7912,
"roomaddress": "146.71.79.166",
"roomaddress": "us.ygopro.co",
"roomlistport": 7923
}
],
Expand Down

0 comments on commit 051a19e

Please sign in to comment.