mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
410 B
JSON
14 lines
410 B
JSON
{
|
|
"bundles": {
|
|
"Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Fallback OAuth2 encryption key",
|
|
"#2": "Please override this with a secure value: https://oauth2.thephpleague.com/installation/#string-password",
|
|
"OAUTH2_ENCRYPTION_KEY": "%generate(secret)%"
|
|
}
|
|
}
|