When dealing with a local docker cluster. Does an...
# prisma-whats-new
r
When dealing with a local docker cluster. Does anyone know how to get the clusters token ?
a
It should be in ~/.graphcoolrc
r
For the local cluster correct ? Thank you
On that note do you have a graphcool.yml reference that has a successfully registered local cluster. Using docker toolbox for windows and having to manually register the cluster for the Cli to recognize it
a
Copy code
clusters:
  local:
    host: '<http://localhost:60000>'
    faasHost: '<http://localhost:60050>'
    clusterSecret: >-
      ey...
platformToken: >-
  ey...
r
perfect, thank you
👍🏻 1