Skip to content

Commit d40f732

Browse files
authored
Initial blank JSON config files
default and custom config RD Library JSON file
1 parent a771cb9 commit d40f732

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-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+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

0 commit comments

Comments
 (0)