Skip to content

Commit 4c5aa9e

Browse files
marktaniNilan Marktanner
authored andcommitted
updated graphcool.yml to beta3
1 parent 67ec2ca commit 4c5aa9e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

basic/server/graphcool.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# the name for the service (will be part of the service's HTTP endpoint)
22
service: graphql-boilerplate
33

4-
# the secret you need to access the database
5-
secret: mysecret123
4+
# the cluster and stage the service is deployed to
5+
stage: dev
6+
cluster: local
67

78
# the file path pointing to your data model
8-
datamodel: database/datamodel.graphql
9+
datamodel: database/datamodel.graphql
10+
11+
# to enable authentication, provide
12+
# secret: mysecret123
13+
disableAuth: true

0 commit comments

Comments
 (0)