mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: unable to connect to grpc server issue
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user