We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e725ab commit 70167cfCopy full SHA for 70167cf
.gitignore
@@ -1,5 +1,5 @@
1
# Ignore all credential files
2
-credentials.py
+#credentials.py
3
4
# Ignore ipynotebook checkpoints
5
.ipynb_checkpoints
credentials.py
@@ -0,0 +1,9 @@
+# Any questions on what these details are please contact your local CogStack administrator.
+
+hosts = [] # This is a list of your CogStack ElasticSearch instances.
+# These are your login details (either via http_auth or API)
6
+username = ""
7
+password = ""
8
+api_username = ""
9
+api_password = ""
0 commit comments