summaryrefslogtreecommitdiffstats
path: root/backend/database
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-11 10:46:24 -0400
committerWes Bos <wesbos@gmail.com>2018-05-11 10:46:24 -0400
commit8ccb0d93cdc064776454c929e15aa03129be37a3 (patch)
tree109dd4fd595f15d25d2b3b27682c776123290ea2 /backend/database
parent632af35d8a0871ca8c1041d0e14d63e2b457d168 (diff)
clean up
Diffstat (limited to 'backend/database')
-rw-r--r--backend/database/prisma.yml9
1 files changed, 2 insertions, 7 deletions
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