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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user