We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63267b4 + d40f732 commit b17f9e1Copy full SHA for b17f9e1
Configuration/refinitiv-data.config.json
@@ -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