-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
40 lines (40 loc) · 1.11 KB
/
appsettings.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"ReachOutSettings": {
"InstanceID": "Alnylam",
"StandardLogger": "standardlogger",
"AbleAuthUrl": "https://localhost:5001",
"AbleAuthUser": "apiuser@reachout.cloud",
"AbleAuthSecret": "WttfsityXkwp5Ye3xsNNzWFjQ0UYJoAve+Ou3rPBowLfJ/2rrA==",
"AbleAuthAction": "api/Auth/authenticate",
"AbleVeevaAction": "api/VeevaPromoMats/UpdateDocumentItems",
"AblePostItemsAction": "api/Products/PostVeevaItems",
"ReachOutClientId": "Vertex"
},
"General": {
"Debug": false,
"AllowAddProduct": false,
"RunAtStartup": true
},
"VeevaAPI": {
"Enabled": false,
"SweepTime": "11:00PM",
"SweepTimeOverlapHours": 3,
"ApiVersion": "v23.1",
"Url": "https://alnylam-promomats.veevavault.com",
"User": "sbpack.integration@alnylam.com",
"Password": "7`do'K@q6/4pTWr;",
"ResultPageSize": 100
},
"DropFile": {
"Enabled": true,
"PollFrequency": 1,
"ArchiveEnabled": true,
"Directory": "D:\\Development\\ReachOut\\VeevaDrop"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}