Skip to content

Commit 105f9c2

Browse files
author
gadamc
committed
Remove hard to read placeholder strings for credentials.
1 parent 9ea0feb commit 105f9c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import ibmos2spark as oss
1414

1515
credentials = {
1616
'auth_url': 'https://identity.open.softlayer.com', #your URL might be different
17-
'project_id': 'sssssssss',
17+
'project_id': '',
1818
'region': 'dallas',
19-
'user_id': 'uuuuuuuuuuu',
20-
'username': 'uuuuuuuuuuu',
21-
'password': 'ppppppppppp',
19+
'user_id': '',
20+
'username': '',
21+
'password': '',
2222
}
2323

2424
credentials['name'] = 'my_bluemix_os' #you can give any name you like
@@ -38,11 +38,11 @@ import ibmos2spark as oss
3838

3939
credentials = {
4040
'auth_url': 'https://identity.open.softlayer.com', #your URL might be different
41-
'project_id': 'sssssssss',
41+
'project_id': '',
4242
'region': 'dallas',
43-
'user_id': 'uuuuuuuuuuu',
44-
'username': 'uuuuuuuuuuu',
45-
'password': 'ppppppppppp',
43+
'user_id': '',
44+
'username': '',
45+
'password': '',
4646
}
4747

4848
credentials['name'] = 'my_bluemix_os' #you can give any name you like

0 commit comments

Comments
 (0)