Skip to content

Commit 70167cf

Browse files
committed
add credentials space to save login credentials
1 parent 9e725ab commit 70167cf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ignore all credential files
2-
credentials.py
2+
#credentials.py
33

44
# Ignore ipynotebook checkpoints
55
.ipynb_checkpoints

credentials.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Any questions on what these details are please contact your local CogStack administrator.
2+
3+
hosts = [] # This is a list of your CogStack ElasticSearch instances.
4+
5+
# These are your login details (either via http_auth or API)
6+
username = ""
7+
password = ""
8+
api_username = ""
9+
api_password = ""

0 commit comments

Comments
 (0)