mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
14 lines
363 B
JSON
14 lines
363 B
JSON
{
|
|
"bundles": {
|
|
"Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%"
|
|
},
|
|
"env": {
|
|
"JWT_PRIVATE_KEY_PATH": "%ETC_DIR%/jwt/private.pem",
|
|
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
|
|
"JWT_PASSPHRASE": "%generate(secret)%"
|
|
}
|
|
}
|