Skip to content

Instantly share code, notes, and snippets.

@jcayabyab
Created January 17, 2021 19:46
Show Gist options
  • Save jcayabyab/93d6a2a010096d4ae6738d492d4624d8 to your computer and use it in GitHub Desktop.
Save jcayabyab/93d6a2a010096d4ae6738d492d4624d8 to your computer and use it in GitHub Desktop.
Template credentials.json file for development of the YW NLP project.
// https://github.com/Code-the-Change-YYC/YW-NLP-Report-Classifier/blob/master/README.md for more info
{
"accountName": "<InterceptumAccountName>",
"username": "<InterceptumUsername>",
"password": "<InterceptumUserPassword>",
"sanityReadToken": "<token>",
"sanityGqlEndpoint": "<endpoint>",
"gmailUsername": "<gmailUsername>",
"gmailPassword": "<gmailPassword>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment