summaryrefslogtreecommitdiffstats
path: root/backend/database/prisma.yml
blob: 9782b52a4089dde52a7df8ca9f3a7b784c25fed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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}

# to disable authentication:
disableAuth: true
# 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