Skip to content

Commit b1aa283

Browse files
committed
Added Deployed Config section
1 parent 31cf9ed commit b1aa283

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Configuration/refinitiv-data.config.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,19 @@
1818
"app-key": "YOUR APP KEY GOES HERE!",
1919
"username": "YOUR RDP LOGIN OR MACHINE GOES HERE!",
2020
"password": "YOUR RDP PASSWORD GOES HERE!"
21-
}
22-
},
21+
},
22+
"deployed": {
23+
"app-key": "YOUR APP KEY GOES HERE!",
24+
"realtime-distribution-system": {
25+
"url" : "YOUR DEPLOYED HOST:PORT GOES HERE!",
26+
"dacs" : {
27+
"username" : "YOUR DACS ID GOES HERE!",
28+
"application-id" : 256,
29+
"position" : ""
30+
}
31+
}
32+
}
33+
},
2334
"desktop": {
2435
"workspace": {
2536
"app-key": "YOUR APP KEY GOES HERE!"

0 commit comments

Comments
 (0)