Advertisement
Guest User

Untitled

a guest
Jul 20th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. public const bool UsePTC = true;
  2. public const string PtcUsername = args[0];
  3. public const string PtcPassword = args[1];
  4. public const string DeviceId = "cool-device-id";
  5. public const string Email = "fake@gmail.com";
  6. public const string ClientSig = "fake";
  7. public const string LongDurationToken = "fakeid";
  8. public const double DefaultLatitude = args[2];
  9. public const double DefaultLongitude = args[3];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement