File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ {
2+ "sessions" : {
3+ "default" : " platform.my-custom-session" ,
4+ "platform" : {
5+ "my-custom-session" : {
6+ "app-key" : " YOUR APP KEY GOES HERE!" ,
7+ "username" : " YOUR RDP LOGIN OR MACHINE GOES HERE!" ,
8+ "password" : " YOUR RDP PASSWORD GOES HERE!"
9+ }
10+ }
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments