From d3838ccb799cd8c286efcea90d776e8b6936d484 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 May 2018 12:31:49 -0400 Subject: move apollo to _app --- backend/database/prisma.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'backend/database/prisma.yml') diff --git a/backend/database/prisma.yml b/backend/database/prisma.yml index 6091cb5..8a11c08 100644 --- a/backend/database/prisma.yml +++ b/backend/database/prisma.yml @@ -1,11 +1,3 @@ -service: sick-fits -stage: ${env:PRISMA_STAGE} -cluster: wesbos/prisma-us1 - -disableAuth: true -secret: ${env:PRISMA_SECRET} - -# the file path pointing to your data model +endpoint: ${PRISMA_ENDPOINT} datamodel: datamodel.graphql - - +secret: ${env:PRISMA_SECRET} -- cgit v1.3