Skip to content

Commit 76f62bd

Browse files
authored
example blank .env file
for those who don't wish to use the refinitiv-data.config.json - this one potential alternative rather than hardcoding credentials into your source code
1 parent 735a4e0 commit 76f62bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Quick Start/.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# do not include the < > - these are just placeholders
2+
APP_KEY=<Your APP_KEY>
3+
RDP_LOGIN=<Your MachineID>
4+
RDP_PASSWORD=<Your Long Password>
5+
DEPLOYED_PLATFORM_HOST=<ADS hostname:PORT or IP:PORT e.g. 'myADS:15000>
6+
DEPLOYED_PLATFORM_USER_NAME=<Your DACS User name>
7+
# do not include the < > - these are just placeholders

0 commit comments

Comments
 (0)