isnt the grpc port 443 ? why are they using port 5...
# spicedb
t
isnt the grpc port 443 ? why are they using port 50051 in this example of the spicedb in a docker-compose ?` https://github.com/authzed/examples/blob/main/datastores/memory.yml I am just writing my own c++ grpc client to communicate with the spiceDB. Anyone knows of any C++ example on how to do this ? I am new to grpc and c++ and its hard 😦