Skip to content

Commit b17f9e1

Browse files
committed
2 parents 63267b4 + d40f732 commit b17f9e1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"logs": {
3+
"level": "debug",
4+
"transports": {
5+
"console": {
6+
"enabled": false
7+
},
8+
"file": {
9+
"enabled": false,
10+
"name": "refinitiv-data-lib.log"
11+
}
12+
}
13+
},
14+
"sessions": {
15+
"default": "desktop.workspace",
16+
"platform": {
17+
"rdp": {
18+
"app-key": "YOUR APP KEY GOES HERE!",
19+
"username": "YOUR RDP LOGIN OR MACHINE GOES HERE!",
20+
"password": "YOUR RDP PASSWORD GOES HERE!"
21+
}
22+
},
23+
"desktop": {
24+
"workspace": {
25+
"app-key": "YOUR APP KEY GOES HERE!"
26+
}
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)