mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
457 B
YAML
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
|