Skip to content

Commit 63267b4

Browse files
committed
Remove old Credentials notebook and .env file
1 parent a771cb9 commit 63267b4

File tree

4 files changed

+13
-161
lines changed

4 files changed

+13
-161
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ dmypy.json
130130
.vscode/settings.json
131131
2.Content/2.2-Pricing/refinitiv-data.config.json
132132
Configuration/refinitiv-data.config.json
133+
old/credentials.ipynb

Configuration/.env

Lines changed: 0 additions & 5 deletions
This file was deleted.

Configuration/credentials.ipynb

Lines changed: 0 additions & 156 deletions
This file was deleted.
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)