Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. "projects":
  2. {
  3. "Production":
  4. {
  5. "allowed_packages":
  6. [
  7. ],
  8. "default": false,
  9. "login_url": "https://login.salesforce.com",
  10. "password": "********",
  11. "production": "https://login.salesforce.com",
  12. "sandbox": "https://test.salesforce.com",
  13. "security_token": "Ucv1d984sdfbbg64py",
  14. "username": "email@company.com"
  15. },
  16. "Sandbox": <<---- These cannot be the same, i.e. "Project-Name"
  17. {
  18. "allowed_packages":
  19. [
  20. ],
  21. "default": true,
  22. "login_url": "https://test.salesforce.com",
  23. "password": "********",
  24. "security_token": "h94jhjhyn98bvtre7wg4ewtrh",
  25. "username": "email@company.com.dev"
  26. }
  27. },
  28. "workspace": "C:/projects/salesforce"
  29.  
  30. <types>
  31. <members>*</members>
  32. <name>CustomObject</name>
  33. </types>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement