Created
March 8, 2018 05:34
-
-
Save dend/ff826c7a46e32d0d9e2e0fc3ae6f6b3f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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