fix: unable to connect to grpc server issue

This commit is contained in:
Marvin Zhang
2024-11-19 18:15:17 +08:00
parent e38ef0d86d
commit 6df52e7401

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"