From 8ccb0d93cdc064776454c929e15aa03129be37a3 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 May 2018 10:46:24 -0400 Subject: clean up --- backend/database/prisma.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'backend/database/prisma.yml') diff --git a/backend/database/prisma.yml b/backend/database/prisma.yml index 1341db1..6091cb5 100644 --- a/backend/database/prisma.yml +++ b/backend/database/prisma.yml @@ -1,16 +1,11 @@ -# the name for the service (will be part of the service's HTTP endpoint) service: sick-fits - -# the cluster and stage the service is deployed to stage: ${env:PRISMA_STAGE} +cluster: wesbos/prisma-us1 disableAuth: true -# secret: ${env:PRISMA_SECRET} +secret: ${env:PRISMA_SECRET} # the file path pointing to your data model datamodel: datamodel.graphql -# cluster: ${env:PRISMA_CLUSTER} -# cluster: local -cluster: wesbos/prisma-us1 -- cgit v1.3