diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-11 12:31:49 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-11 12:31:49 -0400 |
| commit | d3838ccb799cd8c286efcea90d776e8b6936d484 (patch) | |
| tree | 4430ea2ada80b1fefb057adfce91867484be7475 /backend/database/prisma.yml | |
| parent | 8ccb0d93cdc064776454c929e15aa03129be37a3 (diff) | |
move apollo to _app
Diffstat (limited to 'backend/database/prisma.yml')
| -rw-r--r-- | backend/database/prisma.yml | 12 |
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} |
