added configuration for levelup

Sen66 [2016-07-22 02:35:59]
added configuration for levelup
Filename
PokemonGo/RocketAPI/Console/App.config
diff --git a/PokemonGo/RocketAPI/Console/App.config b/PokemonGo/RocketAPI/Console/App.config
index d5900b4..4e072c6 100644
--- a/PokemonGo/RocketAPI/Console/App.config
+++ b/PokemonGo/RocketAPI/Console/App.config
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <configuration>
     <startup>
         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
@@ -16,10 +16,12 @@
     <add key="PtcUsername" value="username"/>
     <add key="PtcPassword" value="pw"/>
     <add key="GoogleRefreshToken" value=""/>
-    <add key="DefaultLatitude" value="52.379189"/><!--Default Amsterdam Central Station-->
-    <add key="DefaultLongitude" value="4.899431"/><!--Default Amsterdam Central Station-->
+    <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="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="EvolveAllGivenPokemons" value="false"/>
   </appSettings>
-</configuration>
\ No newline at end of file
+</configuration>
You may download the files in Public Git.