diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-10 15:06:29 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-10 15:06:29 -0400 |
| commit | e0c628528142f26ce9a42ba4c3c5d2cb41114a56 (patch) | |
| tree | 902a7c32978efc4d94d945c50f9378db36040aa5 /backend/database | |
| parent | c832accab191190d93c470a622651b6ac6699ddd (diff) | |
migrate styles
Diffstat (limited to 'backend/database')
| -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 |
