-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yml
36 lines (36 loc) · 999 Bytes
/
recipe.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: 'Sous GraphQL'
description: 'A recipe that contains modules and configuration for Sous default GraphQL configuration.'
type: 'Site'
install:
- graphql
- graphql_compose
- graphql_compose_edges
- graphql_compose_fragments
- graphql_compose_menus
- graphql_compose_routes
- graphql_compose_views
- graphql_export
- simple_oauth
- view_unpublished
config:
import:
graphql: '*'
graphql_compose: '*'
graphql_compose_edges: '*'
graphql_compose_fragments: '*'
graphql_compose_menus: '*'
graphql_compose_routes: '*'
graphql_compose_views: '*'
graphql_export: '*'
simple_oauth: '*'
actions:
graphql_compose.settings:
simple_config_update:
exclude_unpublished: false
settings.inflector_singularize: false
settings.simple_queries: false
settings.simple_unions: false
simple_oauth.settings:
simple_config_update:
public_key: ../keys/public.key
private_key: ../keys/private.key