1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Create basic CDN endpoints for #10

This commit is contained in:
NG (Graham)
2025-05-24 16:21:45 -04:00
parent e7de53929d
commit 59612e6aa3
12 changed files with 53 additions and 7 deletions

View File

@@ -15,14 +15,14 @@
"paymentUrl": "http://127.0.0.1:8011/",
"enterBattleLogGenerationTimeout": "60",
"GameServerConnectionTestTimeout": 10,
"AvatarCdnUrl": "https://rc-cdn-images.robocraftgame.com/customavatar/Live/",
"ClanAvatarCdnUrl": "https://rc-cdn-images.robocraftgame.com/clanavatar/Live/",
"AvatarCdnUrl": "http://127.0.0.1:8010/customavatar/Live/",
"ClanAvatarCdnUrl": "http://127.0.0.1:8010/clanavatar/Live/",
"FeatureThrottlerOnPercent": "100",
"EmailCaptureEnabled": "true",
"UnreliableMessages": "true",
"MessageQueueEnabled": "true",
"BrawlDataUrl": "https://rc-cdn-images.robocraftgame.com/brawldata/Live/",
"CampaignDataUrl": "https://rc-cdn-images.robocraftgame.com/campaigndata/Live/",
"BrawlDataUrl": "http://127.0.0.1:8010/brawldata/Live/",
"CampaignDataUrl": "http://127.0.0.1:8010/campaigndata/Live/",
"LeaderboardsUrl": "https://leaderboards.robocraftgame.com",
"NetworkChannelTypes": "3113",
"MaxSentMessageQueueSize": 64,