-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
84 lines (74 loc) · 1.92 KB
/
settings.json
File metadata and controls
84 lines (74 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"author": "@bigkevzs",
"database": {
"production": {
"server": {
"host": "https://dashdesk.azurewebsites.net",
"port": "Default"
},
"host": "mongodb://dash2682:dash2682@ds056419.mlab.com:56419/dash",
"port": "27017",
"username": "nothing",
"password": "nothing"
},
"development": {
"server": {
"host": "http://localhost:666",
"port": "6666"
},
"host": "mongodb://localhost:27017/dash",
"port": "27017",
"username": "nothing",
"password": "nothing"
}
},
"accounts": {
"outlook": {
"credentials": {
"authority": "https://login.microsoftonline.com/common",
"clientID": "d2d6267b-a005-4146-b79a-a754e5e0def3",
"clientSecret": "wLPDOaGMOjWtGu9iUzsWsMcOLrXPwNG9uOdswFFQoj0=",
"clientID_old" : "732617fd-15b7-4f14-9c8d-218e2cedfc45",
"clientSecret_old": "dDkoENVi+oT3//Hh1Y79AO2rjIfSXkBljkswdKM3Vkg=",
"redirectUri": "https://dashdesk.azurewebsites.net/callback"
},
"subscriptionConfiguration": {
"ChaneType": "Created, Updated",
"notificationUrl": "https://dashdesk.azurewebsites.net/listen",
"notificationUrl_old": "https://dashdesk.azurewebsites.net/listen",
"resource": "me/mailfolders(\\'Inbox\\')/messages',",
"clientState": "cLIENTsTATEfORvALIDATION"
}
}
},
"gmail":{
"credentials": {
},
"subscriptionConfiguration" :{
}
},
"skype" : {
"credentials": {
},
"subscriptionConfiguration" :{
}
},
"yahoo": {
"credentials": {
},
"subscriptionConfiguration" :{
}
},
"evernote": {
"credentials": {
},
"subscriptionConfiguration" :{
}
},
"yammah": {
"credentials": {
},
"subscriptionConfiguration" :{
}
}
}