Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz authored Dec 4, 2024
1 parent fb62642 commit 2d95cfb
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions ReplayBrowser/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,29 @@
"serverNameRegex": ""
},
{
"url": "https://cdn.networkgamez.com/replays/goobstation/",
"url": "https://replays.simplestation.org/goob1/",
"provider": "nginx",
"fallBackServerName": "goobstation",
"fallBackServerName": "Goob 1",
"fallBackServerId": "goobstation",
"replayRegex": "(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip",
"serverNameRegex": ""
},
{
"url": "https://replays.simplestation.org/goob2/",
"provider": "nginx",
"fallBackServerName": "Goob 2",
"fallBackServerId": "goobstation",
"replayRegex": "(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip",
"serverNameRegex": ""
},
{
"url": "https://replays.simplestation.org/goob3/",
"provider": "nginx",
"fallBackServerName": "Goob 3",
"fallBackServerId": "goobstation",
"replayRegex": "(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip",
"serverNameRegex": ""
},

{
"url": "http://cdn.harmony14.com/replays/",
"provider": "nginx",
Expand All @@ -99,7 +114,6 @@
"replayRegex": "[a-zA-Z0-9-]+-(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip$",
"serverNameRegex": "([a-zA-Z0-9-]+)-\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2}-round_\\d+\\.zip$"
},

{
"url": "https://replays.rouny-ss14.com/replays/alamo/",
"provider": "nginx",
Expand All @@ -116,7 +130,6 @@
"replayRegex": "(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip",
"serverNameRegex": ""
},

{
"url": "https://axolotl.yuniiworks.de/replays/",
"provider": "dummy",
Expand Down

0 comments on commit 2d95cfb

Please sign in to comment.