diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/database/prisma.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/database/prisma.yml b/backend/database/prisma.yml index 9782b52..1341db1 100644 --- a/backend/database/prisma.yml +++ b/backend/database/prisma.yml @@ -4,7 +4,6 @@ service: sick-fits # the cluster and stage the service is deployed to stage: ${env:PRISMA_STAGE} -# to disable authentication: disableAuth: true # secret: ${env:PRISMA_SECRET} @@ -14,4 +13,4 @@ datamodel: datamodel.graphql # cluster: ${env:PRISMA_CLUSTER} # cluster: local -cluster: wesbos/prisma-us1
\ No newline at end of file +cluster: wesbos/prisma-us1 |
