mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
15 lines
488 B
YAML
15 lines
488 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:
|
|
entity_manager: default
|