-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_configuration.json
36 lines (36 loc) · 1.2 KB
/
user_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
{
"username": "john.snow",
"env": [
"dev",
"staging",
"prod"
],
"paths": {
"Downloads": "C:\\Users\\john.snow\\Downloads\\",
"Documents": "",
"Videos": ""
},
"browsers": {
"chrome": {
"app_name": "Chrome",
"app_path": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"history_path": "C:\\Users\\john.snow\\AppData\\Local\\Google\\Chrome\\User Data\\Profile 1\\History",
"env_id": 0,
"debug_port": 9222
},
"opera": {
"app_name": "Opera",
"app_path": "C:\\Users\\john.snow\\AppData\\Local\\Programs\\Opera\\opera.exe",
"history_path": "C:\\Users\\john.snow\\AppData\\Roaming\\Opera Software\\Opera Stable\\Default\\History",
"env_id": 1,
"debug_port": 9223
},
"edge": {
"app_name": "Edge",
"app_path": "C:\\Program Files (x86)\\Microsoft\\edge\\Application\\msedge.exe",
"history_path": "C:\\Users\\john.snow\\AppData\\Local\\Microsoft\\Edge\\User Data\\Default\\History",
"env_id": 2,
"debug_port": 9224
}
}
}