mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
Move checks to GHA
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user