term-notify-server/notify-term/config/auth.js.example

12 lines
343 B
Plaintext
Raw Permalink Normal View History

2016-02-11 21:47:57 +00:00
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"
}