Skip to content

Instantly share code, notes, and snippets.

@dend
Created March 8, 2018 05:34
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 dend/ff826c7a46e32d0d9e2e0fc3ae6f6b3f to your computer and use it in GitHub Desktop.
Save dend/ff826c7a46e32d0d9e2e0fc3ae6f6b3f to your computer and use it in GitHub Desktop.
# UserVoice account ID. This is part of the URL, e.g. for msdocs.uservoice.com, this would be msdocs.
USERVOICE_ACCOUNT_ID = ''
USERVOICE_API_KEY = ''
USERVOICE_API_SECRET = ''
USERVOICE_SSO_KEY = ''
USERVOICE_CALLBACK_URL = 'http://docs.microsoft.com/'
GITHUB_TARGET_REPO = 'MicrosoftDocs/feedback'
GITHUB_PERSONAL_ACCESS_TOKEN = ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment