Skip to content

Commit

Permalink
fix: unable to connect to grpc server issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Nov 19, 2024
1 parent 0e8d127 commit 1a93b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a93b14

Please sign in to comment.