Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Set HOST to XXX... to be replaced by user
Browse files Browse the repository at this point in the history
* Need to remember to reset it after I run it. Missed one.
  • Loading branch information
markstur committed Jul 19, 2019
1 parent 1d35255 commit fc69d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Event_Store_Querying.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"outputs": [],
"source": [
"# Set your host IP address\n",
"HOST = \"192.168.0.104\"\n",
"HOST = \"XXX.XXX.XXX.XXX\"\n",
"\n",
"# Port will be 1100 for version 1.1.2 or later (5555 for version 1.1.1)\n",
"PORT = \"1100\"\n",
Expand Down

0 comments on commit fc69d7f

Please sign in to comment.