Skip to content

Commit 78f0e62

Browse files
authored
added comment about hardcoding values
1 parent 991c8df commit 78f0e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Configuration/credentials.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"DEPLOYED_PLATFORM_HOST = os.getenv('DEPLOYED_PLATFORM_HOST')\n",
5454
"DEPLOYED_PLATFORM_USER_NAME = os.getenv('DEPLOYED_PLATFORM_USER_NAME')\n",
5555
"\n",
56+
"# **OR** you can hardcode them below - the above is considered to be the safer option - less risk of exposing credentials when sharing code\n",
5657
"#APP_KEY = 'YOUR_APP_KEY'\n",
5758
"#RDP_LOGIN = 'YOUR_REFINITIV_DATA_PLATFORM_LOGIN'\n",
5859
"#RDP_PASSWORD = 'YOUR_REFINITIV_DATA_PLATFORM_PASSWORD'\n",

0 commit comments

Comments
 (0)