Files
symfony-flex-recipes/lexik/jwt-authentication-bundle/2.3/manifest.json
T

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)%"
}
}