fix: unable to connect to grpc server issue

This commit is contained in:
Marvin Zhang
2024-11-19 18:15:17 +08:00
parent 0e8d127c69
commit 1a93b148e1

View File

@@ -16,7 +16,7 @@ const (
DefaultServerPort = 8000
DefaultGrpcHost = "localhost"
DefaultGrpcPort = 9666
DefaultGrpcServerHost = "127.0.0.1"
DefaultGrpcServerHost = "0.0.0.0"
DefaultGrpcServerPort = 9666
DefaultAuthKey = "Crawlab2024!"
DefaultApiEndpoint = "http://localhost:8000"