Skip to content

Instantly share code, notes, and snippets.

@shinchit
Created September 25, 2019 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinchit/725802070e50ae20337aaae5325f4d87 to your computer and use it in GitHub Desktop.
Save shinchit/725802070e50ae20337aaae5325f4d87 to your computer and use it in GitHub Desktop.
{
"remotes": {
"development": {
"name": "development",
"default": false,
"username": "[your development env username]",
"password": "[your development env password]",
"serverUrl": "https://test.salesforce.com"
},
"production": {
"name": "production",
"default": false,
"username": "[your production env username]",
"password": "[your production env password]",
"serverUrl": "https://login.salesforce.com"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment