# 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 # uncomment the following two lines to seed your service with initial data # seed: # import: seed.graphql cluster: ${env:PRISMA_CLUSTER}