-
Notifications
You must be signed in to change notification settings - Fork 69
/
sample-configuration.json
53 lines (53 loc) · 1.7 KB
/
sample-configuration.json
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
{
"source-connection": {
"account": "https://dev.azure.com/fabrikam",
"project": "fabricam-project",
"access-token": "surf54m2is4yict2sdsdsdsdsdsewrcn4jolgprjmr4rjq",
"use-integrated-auth": "false"
},
"target-connection": {
"account": "https://dev.azure.com/contoso",
"project": "contoso-project",
"access-token": "urf54m2is4yict2ewrhsdkshdkjsdscn4jolgprjmr4rjq",
"use-integrated-auth": "false"
},
"query": "Shared Queries/Website/All Tasks",
"heartbeat-frequency-in-seconds": 30,
"query-page-size": 20000,
"parallelism": 1,
"max-attachment-size": 62914560,
"link-parallelism": 1,
"attachment-upload-chunk-size": 1048576,
"skip-existing": true,
"move-history": false,
"move-history-limit": 200,
"move-git-links": false,
"move-attachments": false,
"move-links": true,
"source-post-move-tag": "6F078B6C-2A96-453B-A7C3-EACE6E63BB97",
"target-post-move-tag": "6F078B6C-2A96-453B-A7C3-EACE6E63BB97",
"skip-work-items-with-type-missing-fields": false,
"skip-work-items-with-missing-area-path": false,
"skip-work-items-with-missing-iteration-path": false,
"default-area-path": "contoso-project\\missing area path",
"default-iteration-path": "contoso-project\\missing iteration path",
"clear-identity-display-names": false,
"ensure-identities": false,
"include-web-link": true,
"log-level-for-file": "information",
"field-replacements": {
},
"send-email-notification": true,
"email-notification": {
"smtp-server": "127.0.0.1",
"use-ssl": false,
"port": "25",
"from-address": "[email protected]",
"user-name": "un",
"password": "pw",
"recipient-addresses": [
]
}
}