Added sample config

This commit is contained in:
2016-02-12 05:47:57 +08:00
parent e1f2926f64
commit 871591f049
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
module.exports = {
// Defined in Docs
Uri: "https://login.live.com/accesstoken.srf"
// Given by Dev center
, Id: "ms-app://s-1-11-1-1111111111-1111111111-1111111111-1111111111-11111111-1111111111-1111111111"
, Secret: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
// basic protection pass
, Client: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}