Files
symfony-flex-recipes-contrib/trikoder/oauth2-bundle/3.0/config/packages/trikoder_oauth2.yaml
T
2021-07-09 11:25:58 +02:00

14 lines
457 B
YAML

trikoder_oauth2:
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
persistence:
doctrine: null