From fa3ec3299b3fa33e5a699683beb96cfa4e6dd51d Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 13 Feb 2018 13:19:23 -0500 Subject: getting there --- backend/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/src/index.js') diff --git a/backend/src/index.js b/backend/src/index.js index 359456f..22cc9ef 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -19,7 +19,7 @@ const server = new GraphQLServer({ typeDefs: 'src/generated/prisma.graphql', endpoint: process.env.PRISMA_ENDPOINT, // the endpoint of the Prisma DB service (value is set in .env) secret: process.env.PRISMA_SECRET, // taken from database/prisma.yml (value is set in .env) - debug: true, // log all GraphQL queries & mutations + debug: false, // log all GraphQL queries & mutations }), }), }); -- cgit v1.3