summaryrefslogtreecommitdiffstats
path: root/backend/database
diff options
context:
space:
mode:
Diffstat (limited to 'backend/database')
-rw-r--r--backend/database/prisma.yml12
1 files changed, 2 insertions, 10 deletions
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}