Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active October 13, 2016 19:22
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 samueleresca/90efacd6873b93b9a7b2d95b102cd2f7 to your computer and use it in GitHub Desktop.
Save samueleresca/90efacd6873b93b9a7b2d95b102cd2f7 to your computer and use it in GitHub Desktop.
var _config = {
CHAT_CONNECTOR: {
APP_ID: "", //You can obtain an APP ID and PASSWORD here: https://dev.botframework.com/bots/new
APP_PASSWORD: ""
},
COMPUTER_VISION_SERVICE: {
API_URL: "https://api.projectoxford.ai/vision/v1.0/",
API_KEY: "" //You can obtain an COGNITIVE SERVICE API KEY: https://www.microsoft.com/cognitive-services/en-us/pricing
}
};
exports.CONFIGURATIONS = _config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment