-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 792 Bytes
/
Copy pathconfig.json
File metadata and controls
27 lines (27 loc) · 792 Bytes
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
{
"Application": {
"System" : "",
"ConfluenceResultsPageTitle": "",
"ConfluenceArchivePageTitle": "",
"ConfluenceSpaceKey": "",
"ConfluenceBaseURL": "",
"ConfluenceBearerToken": "",
"ConfluenceCheckEmoticon": "<ac:emoticon ac:name=\"tick\"/>",
"ConfluenceCrossEmoticon": "<ac:emoticon ac:name=\"cross\"/>",
"ConfluenceLightGreen": "#abf5d1",
"ConfluenceLightRed": "#ffbdad",
"ConfluenceLightYellow": "#fff0b3",
"RepositoryManagerAPIBaseUrl": "",
"RepositoryManagerAPIUser": "",
"RepostoryManagerAPIPassword": "",
"WishlistPath": ""
},
"Logging": {
"LogPath": "logs",
"LogFileNamePrefix": "automated_software_testing_log",
"MaxLogFiles": 10,
"ResultsPath": "results",
"ResultsLogPrefix": "results_log",
"MaxResultFiles": 50
}
}