Skip to content

Instantly share code, notes, and snippets.

@SahSantoshh
Last active May 23, 2020 10:44
Show Gist options
  • Save SahSantoshh/89c73828cec92f9e2bc16a7170f3be9a to your computer and use it in GitHub Desktop.
Save SahSantoshh/89c73828cec92f9e2bc16a7170f3be9a to your computer and use it in GitHub Desktop.
Envoronment Variables
  • USERNAME: User name of user who have access to read accounts and contacts records
  • PASSWORD: Password of the user
  • SECURITY_TOKEN: Security token of the user. Check doc for details.
  • CLIENT_ID: create a connected app Consumer Key
  • CLIENT_SECRET: create a connected app Consumer Secret
  • ACCOUNT_PUSH_TOPIC_NAME: Topic name for subscribing accounts for realtime changes. max_char: 25
  • CONTACT_PUSH_TOPIC_NAME: Topic name for subscribing contacts for realtime changes. max_char: 25
  • REDIS_URL: redis server url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment