We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ec2ca commit 4c5aa9eCopy full SHA for 4c5aa9e
1 file changed
basic/server/graphcool.yml
@@ -1,8 +1,13 @@
1
# the name for the service (will be part of the service's HTTP endpoint)
2
service: graphql-boilerplate
3
4
-# the secret you need to access the database
5
-secret: mysecret123
+# the cluster and stage the service is deployed to
+stage: dev
6
+cluster: local
7
8
# the file path pointing to your data model
-datamodel: database/datamodel.graphql
9
+datamodel: database/datamodel.graphql
10
+
11
+# to enable authentication, provide
12
+# secret: mysecret123
13
+disableAuth: true
0 commit comments