resolve port changes

This commit is contained in:
Justin Lee 2024-11-05 16:46:47 -08:00
parent 1a29b6f785
commit ec16d2cabb
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"HOST = \"localhost\" # Replace with your host\n", "HOST = \"localhost\" # Replace with your host\n",
"PORT = 5001 # Replace with your port" "PORT = 5000 # Replace with your port"
] ]
}, },
{ {

View file

@ -47,7 +47,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"HOST = \"localhost\" # Replace with your host\n", "HOST = \"localhost\" # Replace with your host\n",
"PORT = 5001 # Replace with your port" "PORT = 5000 # Replace with your port"
] ]
}, },
{ {

View file

@ -45,7 +45,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"HOST = \"localhost\" # Replace with your host\n", "HOST = \"localhost\" # Replace with your host\n",
"PORT = 5001 # Replace with your port" "PORT = 5000 # Replace with your port"
] ]
}, },
{ {