SuiteCRM-Core/config/packages/api_platform.yaml
Dillon-Brown 8cf555f4ee Update and audit existing project dependencies for Symfony/Flex.
- Converted all non-flex bundles with available bundles into Symfony/Flex.
- Updated namespaces to more closely match Symfony.
- Removed unnecessary dependencies and recipes.
- Executed Symfony/Flex recipes to create default configs.
- Improved composer.json scripts.
2021-03-30 19:21:31 +01:00

39 lines
755 B
YAML

api_platform:
graphql:
graphiql:
enabled: false
graphql_playground:
enabled: false
mapping:
paths: ['%kernel.project_dir%/core']
patch_formats:
json: ['application/merge-patch+json']
graphql: ['application/graphql']
swagger:
versions: [3]
oauth:
# To enable or disable oauth.
enabled: true
# The oauth client id.
clientId: 'scrmfe'
# The oauth client secret.
clientSecret: 'scrmfe'
# The oauth type.
type: 'oauth2'
# The oauth flow grant type.
flow: 'password'
# The oauth token url.
tokenUrl: '/oauth/v2/token'
# The oauth authentication url.
authorizationUrl: '/oauth/v2/auth'
# The oauth scopes.
scopes: []
enable_swagger_ui: false