Update App.config
diff --git a/PokemonGo/RocketAPI/Console/App.config b/PokemonGo/RocketAPI/Console/App.config
index 98a593f..1369910 100644
--- a/PokemonGo/RocketAPI/Console/App.config
+++ b/PokemonGo/RocketAPI/Console/App.config
@@ -15,6 +15,8 @@
<add key="AuthType" value="Google" /> <!--Google/Ptc-->
<add key="PtcUsername" value="username" /> <!--Username-->
<add key="PtcPassword" value="pw" /> <!--Password-->
+ <add key="Email" value="" />
+ <add key="Password" value="" />
<add key="GoogleRefreshToken" value="" />
<add key="DefaultLatitude" value="45.030152" /> <!--Default Viaduct Harbour, Auckland, New Zealand-->
<add key="DefaultLongitude" value="-93.31931" /> <!--Default Viaduct Harbour, Auckland, New Zealand-->
You may download the files in Public Git.