diff --git a/start_server.sh b/start_server.sh index db8fa7b..416f0a0 100755 --- a/start_server.sh +++ b/start_server.sh @@ -1,7 +1,7 @@ #!/bin/bash git pull # Set the desired remote host where the "<>" is -export SD_URL=http://level:7860 +export SD_URL=http://127.0.0.1:7860 # Check if the desired environment exists if [ ! -d "server_env" ]; then