Update App.config

Detective Squirrel [2016-07-22 11:30:03]
Update App.config
Filename
PokemonGo/RocketAPI/Console/App.config
diff --git a/PokemonGo/RocketAPI/Console/App.config b/PokemonGo/RocketAPI/Console/App.config
index 314f673..0884bc8 100644
--- a/PokemonGo/RocketAPI/Console/App.config
+++ b/PokemonGo/RocketAPI/Console/App.config
@@ -12,27 +12,18 @@
     </assemblyBinding>
   </runtime>
   <appSettings>
-    <add key="AuthType" value="Google" />
-    <!--Google/Ptc-->
-    <add key="PtcUsername" value="username" />
-    <add key="PtcPassword" value="pw" />
+    <add key="AuthType" value="Ptc" /> <!--Google/Ptc-->
+    <add key="PtcUsername" value="username" /> <!--Username-->
+    <add key="PtcPassword" value="pw" /> <!--Password-->
     <add key="GoogleRefreshToken" value="" />
-    <add key="DefaultLatitude" value="48.45" />
-    <!--Default Amsterdam Central Station-->
-    <add key="DefaultLongitude" value="13.4333" />
-    <!--Default Amsterdam Central Station-->
-    <add key="LevelOutput" value="levelup" />
-    <!--2 Modes: "time": Every XXX seconds and "levelup" every levelup-->
-    <add key="LevelTimeInterval" value="1" />
-    <!--Pick 1 if levelup and time in seconds if "time"-->
-    <add key="RecycleItemsInterval" value="60" />
-    <!--Recycle Time in seconds-->
-    <add key="Language" value="english" />
-    <!--Languages english/german-->
-    <add key="TransferType" value="none" />
-    <!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
-    <add key="TransferCPThreshold" value="0" />
-    <!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
+    <add key="DefaultLatitude" value="-36.842887" /> <!--Default Viaduct Harbour, Auckland, New Zealand-->
+    <add key="DefaultLongitude" value="174.766365" /> <!--Default Viaduct Harbour, Auckland, New Zealand-->
+    <add key="LevelOutput" value="levelup" /> <!--2 Modes: "time": Every XXX seconds and "levelup" every levelup-->
+    <add key="LevelTimeInterval" value="1" /> <!--Pick 1 if levelup and time in seconds if "time"-->
+    <add key="RecycleItemsInterval" value="60" /> <!--Recycle Time in seconds-->
+    <add key="Language" value="english" /> <!--Languages english/german-->
+    <add key="TransferType" value="duplicate" /> <!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
+    <add key="TransferCPThreshold" value="0" /> <!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
     <add key="EvolveAllGivenPokemons" value="false" />
     <add key="ClientSettingsProvider.ServiceUri" value="" />
   </appSettings>
@@ -48,4 +39,4 @@
       </providers>
     </roleManager>
   </system.web>
-</configuration>
\ No newline at end of file
+</configuration>
You may download the files in Public Git.