Files
archived-recipes-contrib/league/oauth2-server-bundle/0.3/config/packages/league_oauth2_server.yaml
2022-12-17 17:45:18 +01:00

13 lines
622 B
YAML

league_oauth2_server:
authorization_server:
private_key: /var/oauth/private.key # Change this
private_key_passphrase: null # Passphrase of the private key, if any
encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this
resource_server:
public_key: /var/oauth/public.key # Change this
scopes:
available: [EMAIL] # Change this
default: [EMAIL] # Change this
persistence:
doctrine: null