Created
October 21, 2019 12:01
-
-
Save pramodya1994/e7292e9735285eff47f1fc0d8a816f9b to your computer and use it in GitHub Desktop.
Ballerina config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BASE_URL="https://<YOUR_INSTANCE>.salesforce.com" | |
ACCESS_TOKEN="00D2v000001XKxi!AQ4AQF__SOMETHING" | |
CLIENT_ID="3MVG9G9pzCUSkzZt4BtawIPCq__SOMETHING" | |
CLIENT_SECRET="F76A05F3E49F73C640EC7__SOMETHING" | |
REFRESH_TOKEN="5Aep861dlMxAL.LhVTuPR__SOMETHING" | |
REFRESH_URL="https://login.salesforce.com/services/oauth2/token" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment