blob: 6091cb535cc32262c5ddec6aff35a9bbc4011955 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
datamodel: datamodel.graphql
|