forked from dynamicdan/sn-filesync
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrttmsdev.config.json
More file actions
51 lines (51 loc) · 1.47 KB
/
rttmsdev.config.json
File metadata and controls
51 lines (51 loc) · 1.47 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
{
"roots": {
"src/rttmsdev": {
"host": "rttmsdev.service-now.com",
"user": "",
"pass": ""
}
},
"search": {
"portal-pages": {
"table": "sys_ui_page",
"query": "nameSTARTSWITHportal^ORnameSTARTSWITHptl.",
"records_per_search": "200",
"download": true
},
"portal-scripts": {
"table": "sys_ui_script",
"query": "nameSTARTSWITHportal^ORnameSTARTSWITHptl.",
"records_per_search": "200",
"download": true
},
"portal-macro": {
"table": "sys_ui_macro",
"query": "nameSTARTSWITHportal^ORnameSTARTSWITHptl.",
"records_per_search": "200",
"download": true
},
"portal-content": {
"table": "content_block_programmatic",
"query": "name=rttms-v2-home",
"records_per_search": "200",
"download": true
},
"portal-css": {
"table": "content_css",
"query": "nameSTARTSWITHportal^ORnameSTARTSWITHptl.",
"records_per_search": "200",
"download": true
},
"portal-css-source": {
"table": "u_content_css",
"records_per_search": "200",
"download": true
}
},
"preLoad": false,
"createAllFolders": true,
"ensureUniqueNames": false,
"ignoreDefaultFolders": false,
"debug": false
}