Guest User

Untitled

a guest
Feb 2nd, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. # build.properties
  2. #
  3.  
  4. # Specify the login credentials for the desired Salesforce organization
  5. sfdc.username = mkaminski@allegro.pl.allegromka
  6. sfdc.password = Haselko12VkSxh3KdbVm08Si3C7tHNfwDZ
  7. #sf.sessionId = <Insert your Salesforce session id here. Use this or username/password above. Cannot use both>
  8. #sf.pkgName = <Insert comma separated package names to be retrieved>
  9. #sf.zipFile = <Insert path of the zipfile to be retrieved>
  10. #sf.metadataType = <Insert metadata type name for which listMetadata or bulkRetrieve operations are to be performed>
  11.  
  12. # Use 'https://login.salesforce.com' for production or developer edition (the default if not specified).
  13. # Use 'https://test.salesforce.com for sandbox.
  14. sfdc.serverurl = https://test.salesforce.com
  15.  
  16. sfdc.maxPoll = 99999
  17.  
  18. sfdc.bok.email = bok.test.al@gmail.com
  19. sfdc.deployRoot = src
  20. sfdc.infode.email = kontakt.test.alde@gmail.com
  21. sfdc.noreply.email = no-reply-sklep@allegro.pl
  22. sfdc.noreplyde.email = noreply.test.alde@gmail.com
  23. sfdc.sklep.email = sklep.test.al@gmail.com
  24. #sfdc.sklep.email = sklep.test.al@gmail.com
Add Comment
Please, Sign In to add comment