-
Notifications
You must be signed in to change notification settings - Fork 68
/
SiteConfig.xml
43 lines (43 loc) · 3 KB
/
SiteConfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<config>
<str name="AuthServerAddress" value="localhost" />
<str name="AuthServerUrl" value="/AuthServer/Login/IndexPB" />
<str name="AuthServerTicketUrl" value="" />
<str name="AuthServerPort" value="443" />
<str name="CrashReportHost" value="auth.marvelheroes.com" />
<str name="CrashReportUrl" value="/CrashDumpFrontend/Multipart/ProcessCrashReport" />
<int name="CrashReportPort" value="80" />
<str name="VerifyFailureHost" value="hq-sis01-qa01.hq-california.com" />
<str name="VerifyFailureUrl" value="/CrashDumpFrontend/Multipart/ProcessVerifyReport" />
<int name="VerifyFailurePort" value="80" />
<str name="ReportSuggestionHost" value="auth.marvelheroes.com" />
<str name="ReportSuggestionUrl" value="/BugAndFeatureWebService/NewSuggestion" />
<int name="ReportSuggestionPort" value="80" />
<str name="OnCloseUrl" value="" />
<str name="OnCloseUrlSteam" value="" />
<str name="AccountWebsiteUrl" value="https://www.marvelheroes.com" />
<str name="AccountRegistrationUrl" value="https://login.marvelheroes.com/registration.php?pcode=" />
<str name="SteamAccountRegistrationUrl" value="https://login.marvelheroes.com/registration.php?pcode=steam" />
<str name="SteamMicroTransactionCompleteHost" value="partner.marvelheroes.com" />
<int name="SteamMicroTransactionCompletePort" value="443" />
<str name="SteamMicroTransactionCompleteUrl" value="/steam/finalize" />
<str name="SteamMicroTransactionCompleteUseSsl" value="true" />
<str name="DriverUpdateURL" value="https://marvelheroes.com/support/drivers" />
<bool name="AllowNonSteamStoreInSteamBuild" value="true" />
<str name="InGameHelpURL" value="https://d5.parature.com/ics/support/default.asp?deptID=15144" />
<str name="LowMemoryURL" value="https://forums.marvelheroes.com/discussion/comment/1179527/#Comment_1179527" />
<str name="ForgotPasswordURL" value="https://login.marvelheroes.com/forgotpassword.php" />
<str name="VerifyEmailURL" value="https://login.marvelheroes.com" />
<str name="ChangePasswordURL" value="https://login.marvelheroes.com/dashboard/changepassword.php" />
<bool name="EnableLiveTips" value="false" />
<bool name="EnableLiveTipsDownloader" value="false" />
<str name="LoadScreenTipsURL" value="http://cdn.marvelheroes.com/marvelheroes/liveloadingtips.xml" />
<int name="LiveTipsQueryInterval" value="15" />
<str name="ConfirmEmailFAQ" value="https://d5.parature.com/ics/support/default.asp?deptID=15144" />
<str name="YouTubeVideoPlayer" value="http://storecdn.marvelheroes.com/cdn/youtubePlayer.html?videoId=%S&height=%d&width=%d&protoId=%S" />
<str name="YouTubeVideoPlayerPlaylist" value="http://storecdn.marvelheroes.com/cdn/youtubePlayer.html?playlist=%S&height=%d&width=%d&protoId=%S" />
<str name="BinkMovieUrl" value="http://storecdn.marvelheroes.com/cdn/videos/%s" />
<str name="EnabledLocales" value="chi.all;deu.all;eng.all;fra.all;jpn.all;kor.all;por.all;rus.all;sg1.all;sg2.all;sg3.all;spa.all" />
<str name="LoginDownloadURL" value="" />
<str name="LoginStreamURL" value="" />
<str name="CatalogDownloadHost" value="" />
</config>