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
nilan
04/06/2018, 6:18 PM
what
PRIVATE_KEY
?
r
rehf27
04/06/2018, 6:22 PM
sorry the clusterSecret in the .prisma/config.yml file
rehf27
04/06/2018, 6:25 PM
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?
rehf27
04/06/2018, 6:43 PM
nvm…it was some quirk with my local setup…works fine when I deploy to k8s cluster