forked from bognix/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (51 loc) · 1.57 KB
/
config.json
File metadata and controls
52 lines (51 loc) · 1.57 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
{
"screens": [
{
"id": "globalNavigationWamHubs",
"data_source": "jenkins",
"screen_items": ["global-navigation-search-and-logo", "global-navigation-hubs-gamestar", "wam", "hubs"],
"update_interval": 360000
},
{
"id": "socialVideo",
"data_source": "jenkins",
"screen_items": ["social-share", "video-special-page", "videos-module", "video-home-page"],
"update_interval": 360000
},
{
"id": "scrollableModalsVideo",
"data_source": "jenkins",
"screen_items": ["scrollable-gallery-modal", "lightbox", "play-video", "special-videos"],
"update_interval": 360000
},
{
"id": "articleSourceEditHub",
"data_source": "jenkins",
"screen_items": ["edit-hub", "article-toc", "article-source-mode", "article-rte"],
"update_interval": 360000
},
{
"id": "articleCRUD",
"data_source": "jenkins",
"screen_items": ["article-features-crud-user", "article-features-crud-anon", "article-crud-anon", "article-crud-user"],
"update_interval": 360000
},
{
"id": "follow",
"data_source": "jenkins",
"screen_items": ["follow-article", "follow-blog", "follow-photos", "follow-videos"],
"update_interval": 360000
},
{
"id": "clicktrackingHeroGG",
"data_source": "jenkins",
"screen_items": ["click-tracking-article-edit-mode", "global-navigation-click-tracking", "hero-module", "game-guides-preview"],
"update_interval": 360000
}
],
"sources": {
"jenkins": {
"url": "http://qa-s2:8080"
}
}
}