Skip to content

Commit

Permalink
Load .env with MS AppId/Password
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini committed May 19, 2017
1 parent ce79999 commit 46ebe3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Node/demo-RollerSkill/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Roller is a dice rolling skill that's been optimized for speech.
-----------------------------------------------------------------------------*/

require('dotenv-extended').load();
var restify = require('restify');
var builder = require('botbuilder');
var ssml = require('./ssml');
Expand Down

0 comments on commit 46ebe3c

Please sign in to comment.