Advertisement
Guest User

Untitled

a guest
Jul 5th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <ClientVersionsURL>http://riot.cont.ro.lt/Version/ClientVersions</ClientVersionsURL>
  4. <AutomaticUpdateInterval>1200</AutomaticUpdateInterval>
  5. <ReconnectDelay>5000</ReconnectDelay>
  6. <DatabaseProvider>Mono.Data.Sqlite</DatabaseProvider>
  7. <Database>Data Source = RiotControl.sqlite</Database>
  8. <Index>Index.html.template</Index>
  9. <RankedSeason>2</RankedSeason>
  10. <MinimiseToTray>false</MinimiseToTray>
  11. <Web>
  12. <Host>xh4wk.info</Host>
  13. <Port>9001</Port>
  14. <EnableReverseProxyRealIPMode>false</EnableReverseProxyRealIPMode>
  15. </Web>
  16. <Authentication>
  17. <Domain>lolclient.lol.riotgames.com</Domain>
  18. <IPAddress>127.0.0.1</IPAddress>
  19. <Locale>en_US</Locale>
  20. </Authentication>
  21. <Updates>
  22. <EnableAutomaticUpdates>true</EnableAutomaticUpdates>
  23. <ForceUpdate>false</ForceUpdate>
  24. <UpdateURL>http://riot.cont.ro.lt/Download/Version/</UpdateURL>
  25. <ReleasePattern>RiotShield\.r(\d+)\.tar\.bz2</ReleasePattern>
  26. <UpdateTargets>
  27. <string>.+\.dll$</string>
  28. <string>.+\.pdb$</string>
  29. <string>.+\.mdb$</string>
  30. <string>Riot.+\.exe$</string>
  31. <string>.+\.exe\.config$</string>
  32. <string>^Index\.html\.template$</string>
  33. </UpdateTargets>
  34. </Updates>
  35. <Proxy />
  36. <Privileges>
  37. <PrivilegeClass>
  38. <EnabledAPIFunctions>
  39. <string>Profile</string>
  40. <string>Statistics</string>
  41. <string>Games</string>
  42. <string>Runes</string>
  43. <string>Search</string>
  44. <string>Update</string>
  45. <string>SetAutomaticUpdates</string>
  46. </EnabledAPIFunctions>
  47. <MatchAllAddresses>true</MatchAllAddresses>
  48. <Addresses>
  49. <string>127.0.0.1</string>
  50. </Addresses>
  51. </PrivilegeClass>
  52. <PrivilegeClass>
  53. <EnabledAPIFunctions>
  54. <string>Profile</string>
  55. <string>Statistics</string>
  56. <string>Games</string>
  57. <string>Runes</string>
  58. </EnabledAPIFunctions>
  59. <MatchAllAddresses>true</MatchAllAddresses>
  60. <Addresses />
  61. </PrivilegeClass>
  62. </Privileges>
  63. <RegionProfiles>
  64. <EngineRegionProfile>
  65. <Description>Europe West</Description>
  66. <Abbreviation>EUW</Abbreviation>
  67. <Identifier>3</Identifier>
  68. <Region>
  69. <LoginQueueURL>https://lq.eu.lol.riotgames.com/login-queue/rest/queue</LoginQueueURL>
  70. <RPCURL>rtmps://prod.eu.lol.riotgames.com:2099/</RPCURL>
  71. </Region>
  72. <Login>
  73. <Username></Username>
  74. <Password></Password>
  75. </Login>
  76. </EngineRegionProfile>
  77. <EngineRegionProfile>
  78. <Description>Europe Nordic/East</Description>
  79. <Abbreviation>EUNE</Abbreviation>
  80. <Identifier>2</Identifier>
  81. <Region>
  82. <LoginQueueURL>https://lq.eun1.lol.riotgames.com/login-queue/rest/queue</LoginQueueURL>
  83. <RPCURL>rtmps://prod.eun1.lol.riotgames.com:2099/</RPCURL>
  84. </Region>
  85. <Login>
  86. <Username></Username>
  87. <Password></Password>
  88. </Login>
  89. </EngineRegionProfile>
  90. <EngineRegionProfile>
  91. <Description>North America</Description>
  92. <Abbreviation>NA</Abbreviation>
  93. <Identifier>1</Identifier>
  94. <Region>
  95. <LoginQueueURL>https://lq.na1.lol.riotgames.com/login-queue/rest/queue</LoginQueueURL>
  96. <RPCURL>rtmps://prod.na1.lol.riotgames.com:2099/</RPCURL>
  97. </Region>
  98. <Login>
  99. <Username></Username>
  100. <Password></Password>
  101. </Login>
  102. </EngineRegionProfile>
  103. </RegionProfiles>
  104. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement