forked from BenFradet/RiotSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.config
More file actions
16 lines (16 loc) · 730 Bytes
/
App.config
File metadata and controls
16 lines (16 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ApiKey" value="API_KEY"/>
<add key="FaultyApiKey" value="deadbeef-dead-beef-dead-beefdeadbeef"/>
<add key="Summoner1Id" value="35502012"/>
<add key="Summoner2Id" value="20451431"/>
<add key="Summoner1Name" value="broccolol"/>
<add key="Summoner2Name" value="Doublelift"/>
<add key="Team1Id" value="TEAM-66fbf960-a74c-11e4-a5a6-c81f66dd45c9"/>
<add key="Team2Id" value="TEAM-0a2ea1b0-f1cf-11e4-bc7e-c81f66ddabda"/>
<add key="GameId" value="1826202304"/>
<add key="ChampionId" value="421"/>
<add key="Region" value="na"/>
</appSettings>
</configuration>