From b1600adec47a04f60e1da07d94a3ed3906ff5aee Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 14 Jun 2018 16:44:21 -0400 Subject: starter files --- backend/src/db.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 backend/src/db.js (limited to 'backend/src/db.js') diff --git a/backend/src/db.js b/backend/src/db.js deleted file mode 100644 index e8caa14..0000000 --- a/backend/src/db.js +++ /dev/null @@ -1,10 +0,0 @@ -const { Prisma } = require('prisma-binding'); - -const db = new Prisma({ - typeDefs: 'src/generated/prisma.graphql', - endpoint: process.env.PRISMA_ENDPOINT, // the endpoint of the Prisma DB service (value is set in variables.env) - secret: process.env.PRISMA_SECRET, // taken from prisma/prisma.yml (value is set in .env) - debug: false, // log all GraphQL queries & mutations -}); - -module.exports = db; \ No newline at end of file -- cgit v1.3