Advertisement
Guest User

Untitled

a guest
Dec 8th, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # User credentials
  2. credentials:
  3. # DEVICE or GOOGLE
  4. login: GOOGLE
  5. deviceId: 'aaa-aaa'
  6. username: 'Dennis.Wegener1990@gmail.com'
  7. password: 'xxxxxxxx'
  8.  
  9. # Initial position when starting the app (ex: Paris)
  10. pos:
  11. lat: 48.8628407
  12. lng: 2.3286178
  13.  
  14. # Speed in km/h (default = 4)
  15. # auto = 90% of run speed from server
  16. speed: auto
  17.  
  18. # If nothing is set, direct call will be made
  19. # If a proxy is set it will be used (like http://server:8080)
  20. # If 'auto' is set, a proxy from https://www.sslproxies.org will be used
  21. proxy:
  22. # url: auto
  23. url: http://87.169.190.80:8080
  24.  
  25. # true to enable ui, go to ui.dracoapi.ml to see it
  26. ui:
  27. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement