when my graphql server talks with the prisma servi...
# prisma-whats-new
r
when my graphql server talks with the prisma service does it use the PRIVATE_KEY in the .prisma/config.yml? or is the PRIVATE_KEY only use with the CLI?
n
what
PRIVATE_KEY
?
r
sorry the clusterSecret in the .prisma/config.yml file
the reason I ask is because I’m running a docker container for my graphql server, and it cannot connect to the prisma service (ECONNREFUSED). do I need to have the .prisma/config.yml copied into the container?
nvm…it was some quirk with my local setup…works fine when I deploy to k8s cluster