@ -41,7 +41,9 @@ func main() {
}
// Create the connection to the server.
conn, err := grpc.Dial(fmt.Sprintf("%s:%d", config.Server.Address, config.Server.Port))
conn, err := grpc.Dial(
fmt.Sprintf("%s:%d", config.Server.Address, config.Server.Port),
grpc.WithInsecure())
if err != nil {
log.Fatal(err)
@ -4,4 +4,3 @@ server:
address: localhost
port: 8080
secret: secret