mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 20:16:37 +03:00
15 lines
460 B
JSON
15 lines
460 B
JSON
{
|
|
"bundles": {
|
|
"League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OAUTH_PRIVATE_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
|
|
"OAUTH_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
|
|
"OAUTH_PASSPHRASE": "%generate(secret)%",
|
|
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
|
|
}
|
|
}
|