Skip to content

Commit

Permalink
do not hardcode port in db2 graph samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ibm committed Jun 29, 2020
1 parent aad52a9 commit d849959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db2_graph/graph_demo/connect_info.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"# Update these values to match the Db2 instance you are using for the demo\n",
"db2_connect_info = {\n",
" \"db2_database_name\": \"<enter Db2 database name>\",\n",
" \"db2_port\": \"50000\",\n",
" \"db2_port\": \"<enter Db2 port>\",\n",
" \"db2_hostname\": \"<enter Db2 hostname>\",\n",
" \"db2_username\": \"<enter Db2 username>\",\n",
" \"db2_password\": \"<enter Db2 password>\"\n",
Expand Down Expand Up @@ -67,4 +67,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit d849959

Please sign in to comment.