Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit d5341a7

Browse files
marktaniNilan Marktanner
authored andcommitted
upgraded graphcool.yml to beta3
1 parent 7beb7f6 commit d5341a7

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

basic/server/graphcool.yml

Lines changed: 9 additions & 4 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)
2-
service: myapp21
2+
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)